![]() |
Audacity 3.2.0
|
#include <RulerUpdater.h>
Public Member Functions | |
| TickSizes (double UPP, int orientation, const RulerFormat *format, bool log) | |
| TranslatableString | LabelString (double d, const RulerFormat *format) const |
Public Attributes | |
| RulerFormat::TickType | tickType = RulerFormat::t_major |
| double | mMajor = 0 |
| double | mMinor = 0 |
| double | mMinorMinor = 0 |
| double | mUnits = 0 |
| int | mDigits |
Definition at line 96 of file RulerUpdater.h.
| RulerUpdater::TickSizes::TickSizes | ( | double | UPP, |
| int | orientation, | ||
| const RulerFormat * | format, | ||
| bool | log | ||
| ) |
Definition at line 35 of file RulerUpdater.cpp.
References anonymous_namespace{ExportPCM.cpp}::format, mDigits, mMajor, mMinor, mMinorMinor, and mUnits.
| TranslatableString RulerUpdater::TickSizes::LabelString | ( | double | d, |
| const RulerFormat * | format | ||
| ) | const |
Definition at line 62 of file RulerUpdater.cpp.
References anonymous_namespace{ExportPCM.cpp}::format, and Verbatim().
Referenced by GeneratedUpdater::Tick().
| int RulerUpdater::TickSizes::mDigits |
Definition at line 105 of file RulerUpdater.h.
Referenced by TickSizes().
| double RulerUpdater::TickSizes::mMajor = 0 |
Definition at line 100 of file RulerUpdater.h.
Referenced by TickSizes().
| double RulerUpdater::TickSizes::mMinor = 0 |
Definition at line 101 of file RulerUpdater.h.
Referenced by TickSizes().
| double RulerUpdater::TickSizes::mMinorMinor = 0 |
Definition at line 102 of file RulerUpdater.h.
Referenced by TickSizes().
| double RulerUpdater::TickSizes::mUnits = 0 |
Definition at line 103 of file RulerUpdater.h.
Referenced by TickSizes().
| RulerFormat::TickType RulerUpdater::TickSizes::tickType = RulerFormat::t_major |
Definition at line 98 of file RulerUpdater.h.