![]() |
Audacity 3.2.0
|
Public Member Functions | |
TickSizes (double UPP, int orientation, RulerFormat format, bool log) | |
TranslatableString | LabelString (double d, RulerFormat format, const TranslatableString &units) const |
Public Attributes | |
bool | useMajor = true |
double | mMajor |
double | mMinor |
int | mDigits |
|
inline |
Definition at line 366 of file Ruler.cpp.
References format, Ruler::IntFormat, Ruler::LinearDBFormat, mDigits, mMajor, mMinor, Ruler::RealFormat, Ruler::RealLogFormat, and Ruler::TimeFormat.
|
inline |
Definition at line 602 of file Ruler.cpp.
References TranslatableString::empty(), format, Ruler::IntFormat, Ruler::LinearDBFormat, mDigits, mMinor, Ruler::RealFormat, Ruler::RealLogFormat, Ruler::TimeFormat, useMajor, Verbatim(), and wxT().
Referenced by Ruler::Updater::Tick().
int Ruler::TickSizes::mDigits |
Definition at line 364 of file Ruler.cpp.
Referenced by LabelString(), and TickSizes().
double Ruler::TickSizes::mMajor |
Definition at line 361 of file Ruler.cpp.
Referenced by TickSizes().
double Ruler::TickSizes::mMinor |
Definition at line 362 of file Ruler.cpp.
Referenced by LabelString(), and TickSizes().
bool Ruler::TickSizes::useMajor = true |
Definition at line 359 of file Ruler.cpp.
Referenced by LabelString().