![]() |
Audacity 3.2.0
|
Public Member Functions | |
| MovePlayRegionHandle (AdornedRulerPanel *pParent, wxCoord xx) | |
| ~MovePlayRegionHandle () | |
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) |
Public Member Functions inherited from TrackPanelDrawable | |
| 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) |
Private Member Functions | |
| void | DoStartAdjust (AudacityProject &project, double) override |
| void | DoAdjust (AudacityProject &project) override |
Additional Inherited Members | |
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 Public Member Functions inherited from TrackPanelDrawable | |
| 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 800 of file AdornedRulerPanel.cpp.
|
inline |
Definition at line 802 of file AdornedRulerPanel.cpp.
References handOpenCursor, MakeCursor(), and AdornedRulerPanel::PlayRegionAdjustingHandle::SetCursor().
|
inline |
Definition at line 811 of file AdornedRulerPanel.cpp.
References AdornedRulerPanel::CommonRulerHandle::mParent.
|
inlineoverrideprivatevirtual |
Implements AdornedRulerPanel::PlayRegionAdjustingHandle.
Definition at line 827 of file AdornedRulerPanel.cpp.
References ViewInfo::Get(), ViewInfo::playRegion, project, PlayRegion::SetTimes(), and AdornedRulerPanel::PlayRegionAdjustingHandle::SnappedTimes().
|
inlineoverrideprivatevirtual |
Implements AdornedRulerPanel::PlayRegionAdjustingHandle.
Definition at line 818 of file AdornedRulerPanel.cpp.
References ViewInfo::Get(), AdornedRulerPanel::CommonRulerHandle::mParent, ViewInfo::playRegion, project, and AdornedRulerPanel::CommonRulerHandle::Time().