![]() |
Audacity 3.2.0
|
Public Member Functions | |
VRulerAndChannel (const std::shared_ptr< TrackView > &pView, wxCoord leftOffset) | |
Subdivision | Children (const wxRect &rect) override |
![]() | |
TrackPanelGroup () | |
virtual | ~TrackPanelGroup () |
virtual Subdivision | Children (const wxRect &rect)=0 |
![]() | |
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) |
Public Attributes | |
std::shared_ptr< TrackView > | mpView |
wxCoord | mLeftOffset |
Additional Inherited Members | |
![]() | |
enum class | Axis { X , Y } |
using | Child = std::pair< wxCoord, std::shared_ptr< TrackPanelNode > > |
using | Refinement = std::vector< Child > |
using | Subdivision = std::pair< Axis, Refinement > |
![]() | |
static wxRect | MaximizeWidth (const wxRect &rect, const wxRect &panelRect) |
static wxRect | MaximizeHeight (const wxRect &rect, const wxRect &panelRect) |
Definition at line 1245 of file TrackPanel.cpp.
|
inline |
Definition at line 1246 of file TrackPanel.cpp.
|
inlineoverridevirtual |
Implements TrackPanelGroup.
Definition at line 1249 of file TrackPanel.cpp.
References TrackVRulerControls::Get().
wxCoord anonymous_namespace{TrackPanel.cpp}::VRulerAndChannel::mLeftOffset |
Definition at line 1258 of file TrackPanel.cpp.
std::shared_ptr< TrackView > anonymous_namespace{TrackPanel.cpp}::VRulerAndChannel::mpView |
Definition at line 1257 of file TrackPanel.cpp.