|
| | BackgroundHandle () |
| |
| | BackgroundHandle (BackgroundHandle &&)=default |
| |
| BackgroundHandle & | operator= (BackgroundHandle &&)=default |
| |
| virtual | ~BackgroundHandle () |
| |
| std::shared_ptr< const Track > | FindTrack () const override |
| |
| Result | Click (const TrackPanelMouseEvent &evt, AudacityProject *pProject) override |
| |
| Result | Drag (const TrackPanelMouseEvent &, AudacityProject *) override |
| |
| HitTestPreview | Preview (const TrackPanelMouseState &, AudacityProject *) override |
| |
| Result | Release (const TrackPanelMouseEvent &, AudacityProject *, wxWindow *) override |
| |
| Result | Cancel (AudacityProject *) 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 32 of file BackgroundCell.cpp.
◆ BackgroundHandle() [1/3]
◆ BackgroundHandle() [2/3]
| BackgroundHandle::BackgroundHandle |
( |
| ) |
|
|
inline |
◆ BackgroundHandle() [3/3]
◆ ~BackgroundHandle()
| virtual BackgroundHandle::~BackgroundHandle |
( |
| ) |
|
|
inlinevirtual |
◆ Cancel()
◆ Click()
◆ Drag()
◆ FindTrack()
| std::shared_ptr< const Track > BackgroundHandle::FindTrack |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ HitPreview()
Definition at line 43 of file BackgroundCell.cpp.
44 {
45 static wxCursor arrowCursor{ wxCURSOR_ARROW };
46 return { {}, &arrowCursor };
47 }
Referenced by Preview().
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Preview()
◆ Release()
The documentation for this class was generated from the following file: