![]() |
Audacity 3.2.0
|
An array of these created by the Ruler is used to determine what and where text annotations to the numbers on the Ruler get drawn. More...
Public Member Functions | |
| void | Draw (wxDC &dc, bool twoTone, wxColour c) const |
Public Attributes | |
| double | value |
| int | pos |
| int | lx |
| int | ly |
| TranslatableString | text |
An array of these created by the Ruler is used to determine what and where text annotations to the numbers on the Ruler get drawn.
| void Ruler::Label::Draw | ( | wxDC & | dc, |
| bool | twoTone, | ||
| wxColour | c | ||
| ) | const |
Definition at line 1665 of file Ruler.cpp.
References ThemeBase::Colour(), and theTheme.
| int Ruler::Label::pos |
Definition at line 160 of file Ruler.h.
Referenced by Ruler::Updater::Tick().
| TranslatableString Ruler::Label::text |
Definition at line 162 of file Ruler.h.
Referenced by Ruler::Updater::Tick().
| double Ruler::Label::value |
Definition at line 159 of file Ruler.h.
Referenced by Ruler::Updater::Tick(), and Ruler::Updater::TickCustom().