|
std::vector< UIHandlePtr > | HitTest (const TrackPanelMouseState &, const AudacityProject *) override |
|
virtual std::shared_ptr< Track > | DoFindTrack () override |
|
void | Draw (TrackPanelDrawingContext &context, const wxRect &rect, unsigned iPass) override |
|
| CommonTrackPanelCell () |
|
virtual | ~CommonTrackPanelCell ()=0 |
|
HitTestPreview | DefaultPreview (const TrackPanelMouseState &, const AudacityProject *) override |
|
std::shared_ptr< Track > | FindTrack () |
|
std::shared_ptr< const Track > | FindTrack () const |
|
virtual std::vector< MenuItem > | GetMenuItems (const wxRect &rect, const wxPoint *pPosition, AudacityProject *pProject) |
| Return a list of items for DoContextMenu() (empties for separators) More...
|
|
| TrackPanelCell ()=default |
|
| TrackPanelCell (const TrackPanelCell &)=delete |
|
TrackPanelCell & | operator= (const TrackPanelCell &)=delete |
|
virtual | ~TrackPanelCell ()=0 |
|
virtual HitTestPreview | DefaultPreview (const TrackPanelMouseState &state, const AudacityProject *pProject) |
|
virtual std::vector< UIHandlePtr > | HitTest (const TrackPanelMouseState &state, const AudacityProject *pProject)=0 |
|
virtual unsigned | HandleWheelRotation (const TrackPanelMouseEvent &event, AudacityProject *pProject) |
|
virtual std::shared_ptr< TrackPanelCell > | ContextMenuDelegate () |
|
virtual unsigned | DoContextMenu (const wxRect &rect, wxWindow *pParent, const wxPoint *pPosition, AudacityProject *pProject) |
|
virtual unsigned | CaptureKey (wxKeyEvent &event, ViewInfo &viewInfo, wxWindow *pParent, AudacityProject *project) |
|
virtual unsigned | KeyDown (wxKeyEvent &event, ViewInfo &viewInfo, wxWindow *pParent, AudacityProject *project) |
|
virtual unsigned | KeyUp (wxKeyEvent &event, ViewInfo &viewInfo, wxWindow *pParent, AudacityProject *project) |
|
virtual unsigned | Char (wxKeyEvent &event, ViewInfo &viewInfo, wxWindow *pParent, AudacityProject *project) |
|
virtual unsigned | LoseFocus (AudacityProject *project) |
|
| TrackPanelNode () |
|
virtual | ~TrackPanelNode ()=0 |
|
virtual | ~TrackPanelDrawable ()=0 |
|
virtual void | Draw (TrackPanelDrawingContext &context, const wxRect &rect, unsigned iPass) |
|
virtual wxRect | DrawingArea (TrackPanelDrawingContext &context, const wxRect &rect, const wxRect &panelRect, unsigned iPass) |
|
Definition at line 1106 of file TrackPanel.cpp.