Audacity 3.2.0
Variables
TrackPanelResizerCell.cpp File Reference
#include "TrackPanelResizerCell.h"
#include "AColor.h"
#include "Track.h"
#include "TrackArtist.h"
#include "TrackPanelDrawingContext.h"
#include "TrackPanelResizeHandle.h"
#include "TrackPanelMouseEvent.h"
#include "HitTestResult.h"
#include "ViewInfo.h"
#include "widgets/OverlayPanel.h"
#include <wx/dc.h>
#include <wx/mousestate.h>
Include dependency graph for TrackPanelResizerCell.cpp:

Go to the source code of this file.

Variables

static const AttachedTrackObjects::RegisteredFactory key
 

Variable Documentation

◆ key

Initial value:
{
[]( Track &track ){
return std::make_shared<TrackPanelResizerCell>(
track.shared_from_this() );
}
}
Abstract base class for an object holding data associated with points on a time axis.
Definition: Track.h:161

Definition at line 107 of file TrackPanelResizerCell.cpp.

Referenced by TrackPanelResizerCell::Get().