![]() |
Audacity 3.2.0
|
Functions | |
| int | totalTCPLines (const TCPLines &lines, bool omitLastExtra) |
| std::pair< int, int > | CalcBottomItemY (const TCPLines &lines, unsigned iItem, int height) |
| void | DrawToolButtonBackground (TrackPanelDrawingContext &context, const wxRect &rect, bool captured) |
Variables | |
| constexpr auto | Padding = 2 |
| const TrackInfo::TCPLine | defaultCommonTrackTCPBottomLines [] |
| TCPLines | commonTrackTCPBottomLines { RANGE(defaultCommonTrackTCPBottomLines) } |
| std::pair< int, int > anonymous_namespace{CommonTrackInfo.cpp}::CalcBottomItemY | ( | const TCPLines & | lines, |
| unsigned | iItem, | ||
| int | height | ||
| ) |
Definition at line 93 of file CommonTrackInfo.cpp.
Referenced by CommonTrackInfo::GetSyncLockIconRect(), and CommonTrackInfo::HideTopItem().
| void anonymous_namespace{CommonTrackInfo.cpp}::DrawToolButtonBackground | ( | TrackPanelDrawingContext & | context, |
| const wxRect & | rect, | ||
| bool | captured | ||
| ) |
Definition at line 209 of file CommonTrackInfo.cpp.
References ThemeBase::Bitmap(), TrackPanelDrawingContext::dc, AColor::DrawFrame(), TrackPanelDrawingContext::lastState, and theTheme.
Referenced by CommonTrackInfo::CloseTitleDrawFunction().
| int anonymous_namespace{CommonTrackInfo.cpp}::totalTCPLines | ( | const TCPLines & | lines, |
| bool | omitLastExtra | ||
| ) |
Definition at line 66 of file CommonTrackInfo.cpp.
Referenced by CommonTrackInfo::DefaultTrackHeight().
| TCPLines anonymous_namespace{CommonTrackInfo.cpp}::commonTrackTCPBottomLines { RANGE(defaultCommonTrackTCPBottomLines) } |
Definition at line 90 of file CommonTrackInfo.cpp.
Referenced by CommonTrackInfo::DefaultTrackHeight(), CommonTrackInfo::DrawItems(), CommonTrackInfo::GetSyncLockIconRect(), CommonTrackInfo::HideTopItem(), and CommonTrackInfo::MinimumTrackHeight().
| const TrackInfo::TCPLine anonymous_namespace{CommonTrackInfo.cpp}::defaultCommonTrackTCPBottomLines[] |
Definition at line 84 of file CommonTrackInfo.cpp.
|
constexpr |
Definition at line 64 of file CommonTrackInfo.cpp.
Referenced by CommandMessageTarget::AddItem(), LispyCommandMessageTarget::AddItem(), CommonTrackInfo::GetMinimizeHorizontalBounds(), CommonTrackInfo::GetTrackTitleHorizontalBounds(), CommandMessageTarget::StartArray(), LispyCommandMessageTarget::StartArray(), BriefCommandMessageTarget::StartArray(), CommandMessageTarget::StartStruct(), LispyCommandMessageTarget::StartStruct(), and BriefCommandMessageTarget::StartStruct().