Audacity 3.2.0
|
Enumerations | |
enum | { IndicatorMediumWidth = 13 } |
Functions | |
template<class LOW , class MID , class HIGH > | |
bool | between_incexc (LOW l, MID m, HIGH h) |
std::pair< wxPoint, wxBitmap > | GetIndicatorBitmap (AudacityProject &project, wxCoord xx, bool playing) |
anonymous enum |
Enumerator | |
---|---|
IndicatorMediumWidth |
Definition at line 41 of file PlayIndicatorOverlay.cpp.
bool anonymous_namespace{PlayIndicatorOverlay.cpp}::between_incexc | ( | LOW | l, |
MID | m, | ||
HIGH | h | ||
) |
Definition at line 36 of file PlayIndicatorOverlay.cpp.
Referenced by PlayIndicatorOverlayBase::Draw(), and PlayIndicatorOverlay::OnTimer().
std::pair< wxPoint, wxBitmap > anonymous_namespace{PlayIndicatorOverlay.cpp}::GetIndicatorBitmap | ( | AudacityProject & | project, |
wxCoord | xx, | ||
bool | playing | ||
) |
Definition at line 62 of file PlayIndicatorOverlay.cpp.
References ThemeBase::Bitmap(), AdornedRulerPanel::Get(), AdornedRulerPanel::GetInnerRect(), project, and theTheme.
Referenced by PlayIndicatorOverlayBase::DoGetRectangle(), and PlayIndicatorOverlayBase::Draw().