Audacity 3.2.0
|
Functions | |
wxRect | RemoveSpaceReservedForTitle (const wxRect &rect) |
int | GetButtonWidth (ClipButtonId buttonId, const ClipInterface &clip) |
Variables | |
constexpr auto | widthReservedForTitle = 50 |
constexpr auto | topMargin = 4 |
constexpr auto | leftMargin = 0 |
constexpr auto | bottomMargin = 1 |
int anonymous_namespace{LowlitClipButton.cpp}::GetButtonWidth | ( | ClipButtonId | buttonId, |
const ClipInterface & | clip | ||
) |
Definition at line 27 of file LowlitClipButton.cpp.
References ClipButtonSpecializations< id >::GetWidth(), Overflow, and Speed.
Referenced by LowlitClipButton::Detail::GetButtonRectangle().
wxRect anonymous_namespace{LowlitClipButton.cpp}::RemoveSpaceReservedForTitle | ( | const wxRect & | rect | ) |
Definition at line 21 of file LowlitClipButton.cpp.
References min(), and widthReservedForTitle.
Referenced by LowlitClipButton::Detail::GetButtonRectangle().
|
constexpr |
Definition at line 19 of file LowlitClipButton.cpp.
Referenced by LowlitClipButton::Detail::GetButtonInnerRectangle().
|
constexpr |
Definition at line 18 of file LowlitClipButton.cpp.
Referenced by LowlitClipButton::Detail::GetButtonInnerRectangle(), and RulerUpdater::MakeTick().
|
constexpr |
Definition at line 17 of file LowlitClipButton.cpp.
Referenced by LowlitClipButton::Detail::GetButtonInnerRectangle().
|
constexpr |
Definition at line 16 of file LowlitClipButton.cpp.
Referenced by RemoveSpaceReservedForTitle().