|
| | ResizePlayRegionHandle (AdornedRulerPanel *pParent, wxCoord xx, bool hitLeft) |
| |
Public Member Functions inherited from AdornedRulerPanel::PlayRegionAdjustingHandle |
| | PlayRegionAdjustingHandle (AdornedRulerPanel *pParent, wxCoord xx, MenuChoice menuChoice, wxCursor *cursor, size_t numGuides=1) |
| |
| | PlayRegionAdjustingHandle (AdornedRulerPanel *pParent, wxCoord xx, MenuChoice menuChoice, wxCursor cursor, size_t numGuides=1) |
| |
| void | SetCursor (wxCursor cursor) |
| |
| HitTestPreview | Preview (const TrackPanelMouseState &state, AudacityProject *pProject) override |
| |
| Result | Drag (const TrackPanelMouseEvent &event, AudacityProject *pProject) override |
| |
| Result | Release (const TrackPanelMouseEvent &event, AudacityProject *pProject, wxWindow *pParent) override |
| |
| Result | Cancel (AudacityProject *pProject) override |
| |
| bool | HasEscape (AudacityProject *pProject) const override |
| |
| bool | Escape (AudacityProject *pProject) override |
| |
Public Member Functions inherited from AdornedRulerPanel::CommonRulerHandle |
| | CommonRulerHandle (AdornedRulerPanel *pParent, wxCoord xx, MenuChoice menuChoice) |
| |
| std::shared_ptr< const Track > | FindTrack () const override |
| |
| bool | Clicked () const |
| |
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) |
| |
|
Public Types inherited from UIHandle |
| using | Result = unsigned |
| |
| using | Cell = TrackPanelCell |
| |
Static Public Member Functions inherited from AdornedRulerPanel::CommonRulerHandle |
| static UIHandle::Result | NeedChangeHighlight (const CommonRulerHandle &oldState, const CommonRulerHandle &newState) |
| |
Static Public Member Functions inherited from UIHandle |
| static UIHandle::Result | NeedChangeHighlight (const UIHandle &, const UIHandle &) |
| |
| static std::shared_ptr< const Track > | TrackFromChannel (const std::shared_ptr< const Channel > &pChannel) |
| | A frequent convenience in the definition of UIHandles. More...
|
| |
| static wxRect | MaximizeWidth (const wxRect &rect, const wxRect &panelRect) |
| |
| static wxRect | MaximizeHeight (const wxRect &rect, const wxRect &panelRect) |
| |
Protected Types inherited from AdornedRulerPanel::CommonRulerHandle |
| enum class | Button { None
, Left
, Right
} |
| |
Protected Member Functions inherited from AdornedRulerPanel::PlayRegionAdjustingHandle |
| double | SnappedTime (AudacityProject &project, size_t ii) |
| |
| std::pair< double, double > | SnappedTimes (AudacityProject &project) |
| |
| void | Unsnap (bool use, AudacityProject *pProject) |
| |
| virtual void | DoStartAdjust (AudacityProject &, double)=0 |
| |
| virtual void | DoAdjust (AudacityProject &)=0 |
| |
| void | SavePlayRegion (AudacityProject &project) |
| |
Protected Member Functions inherited from AdornedRulerPanel::CommonRulerHandle |
| bool | HandlesRightClick () override |
| | Whether the handle has any special right-button handling. More...
|
| |
| Result | Click (const TrackPanelMouseEvent &event, AudacityProject *) override |
| |
| Result | Drag (const TrackPanelMouseEvent &, AudacityProject *) override |
| |
| Result | Release (const TrackPanelMouseEvent &event, AudacityProject *, wxWindow *) override |
| |
| double | Time (AudacityProject &project) const |
| |
| void | StartPlay (AudacityProject &project, const wxMouseEvent &event) |
| |
| Result | Cancel (AudacityProject *) override |
| |
| void | Enter (bool, AudacityProject *) override |
| |
Protected Attributes inherited from AdornedRulerPanel::CommonRulerHandle |
| wxWeakRef< AdornedRulerPanel > | mParent |
| |
| wxCoord | mX |
| |
| wxCoord | mClickedX |
| |
| MenuChoice | mChoice |
| |
| Button | mClicked { Button::None } |
| |
Protected Attributes inherited from UIHandle |
| Result | mChangeHighlight { 0 } |
| |
Definition at line 838 of file AdornedRulerPanel.cpp.