|
| DefaultRightButtonHandler (const std::shared_ptr< TrackPanelCell > &pCell) |
|
| ~DefaultRightButtonHandler () override |
|
std::shared_ptr< const Track > | FindTrack () const override |
|
virtual Result | Click (const TrackPanelMouseEvent &event, AudacityProject *pProject) override |
|
virtual Result | Drag (const TrackPanelMouseEvent &event, AudacityProject *pProject) override |
|
virtual HitTestPreview | Preview (const TrackPanelMouseState &state, AudacityProject *pProject) override |
|
virtual Result | Release (const TrackPanelMouseEvent &event, AudacityProject *pProject, wxWindow *pParent) override |
|
virtual Result | Cancel (AudacityProject *pProject) override |
|
Public Member Functions inherited from UIHandle |
virtual | ~UIHandle ()=0 |
|
virtual void | Enter (bool forward, AudacityProject *pProject) |
|
virtual bool | HasRotation () const |
|
virtual bool | Rotate (bool forward) |
|
virtual bool | HasEscape (AudacityProject *pProject) const |
|
virtual bool | Escape (AudacityProject *pProject) |
|
virtual bool | HandlesRightClick () |
| Whether the handle has any special right-button handling. More...
|
|
virtual Result | Click (const TrackPanelMouseEvent &event, AudacityProject *pProject)=0 |
|
virtual Result | Drag (const TrackPanelMouseEvent &event, AudacityProject *pProject)=0 |
|
virtual HitTestPreview | Preview (const TrackPanelMouseState &state, AudacityProject *pProject)=0 |
|
virtual Result | Release (const TrackPanelMouseEvent &event, AudacityProject *pProject, wxWindow *pParent)=0 |
|
virtual Result | Cancel (AudacityProject *pProject)=0 |
|
virtual bool | StopsOnKeystroke () |
|
virtual void | OnProjectChange (AudacityProject *pProject) |
|
virtual std::shared_ptr< const Track > | FindTrack () const =0 |
|
virtual bool | IsDragging () const |
|
Result | GetChangeHighlight () const |
|
void | SetChangeHighlight (Result val) |
|
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 854 of file CellularPanel.cpp.
◆ DefaultRightButtonHandler()
anonymous_namespace{CellularPanel.cpp}::DefaultRightButtonHandler::DefaultRightButtonHandler |
( |
const std::shared_ptr< TrackPanelCell > & |
pCell | ) |
|
|
inlineexplicit |
◆ ~DefaultRightButtonHandler()
anonymous_namespace{CellularPanel.cpp}::DefaultRightButtonHandler::~DefaultRightButtonHandler |
( |
| ) |
|
|
override |
◆ Cancel()
virtual Result anonymous_namespace{CellularPanel.cpp}::DefaultRightButtonHandler::Cancel |
( |
AudacityProject * |
pProject | ) |
|
|
inlineoverridevirtual |
◆ Click()
◆ Drag()
◆ FindTrack()
std::shared_ptr< const Track > anonymous_namespace{CellularPanel.cpp}::DefaultRightButtonHandler::FindTrack |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ Preview()
◆ Release()
◆ mwCell
std::weak_ptr<TrackPanelCell> anonymous_namespace{CellularPanel.cpp}::DefaultRightButtonHandler::mwCell |
|
private |
The documentation for this class was generated from the following file: