![]() |
Audacity 3.2.0
|
#include <RulerUpdater.h>
Classes | |
| struct | Fonts |
Public Attributes | |
| double | mMin { 0.0 } |
| double | mHiddenMin { 0.0 } |
| double | mMax { 100.0 } |
| double | mHiddenMax { 100.0 } |
| int | mOrientation { wxHORIZONTAL } |
| bool | mFlip { false } |
| bool | mLabelEdges { false } |
| const RulerFormat * | mpRulerFormat {} |
| int | mLeft { -1 } |
| int | mTop { -1 } |
| int | mRight { -1 } |
| int | mBottom { -1 } |
| int | mLength { 0 } |
| double | mDbMirrorValue { 0.0 } |
| std::unique_ptr< Fonts > | mpFonts |
| TranslatableString | mUnits |
| NumberScale | mNumberScale |
Definition at line 26 of file RulerUpdater.h.
| int RulerStruct::mBottom { -1 } |
Definition at line 46 of file RulerUpdater.h.
Referenced by RulerUpdater::BoxAdjust(), Ruler::ChooseFonts(), Ruler::Draw(), Ruler::Invalidate(), Ruler::OfflimitsPixels(), Ruler::SetBounds(), GeneratedUpdater::Tick(), CustomUpdaterValue::TickCustom(), and LinearUpdater::Update().
| double RulerStruct::mDbMirrorValue { 0.0 } |
Definition at line 49 of file RulerUpdater.h.
Referenced by Ruler::SetDbMirrorValue(), GeneratedUpdater::Tick(), and LinearUpdater::Update().
| bool RulerStruct::mFlip { false } |
Definition at line 38 of file RulerUpdater.h.
Referenced by RulerUpdater::BoxAdjust(), Ruler::Draw(), Ruler::SetFlip(), GeneratedUpdater::Tick(), CustomUpdaterPosition::TickCustom(), and CustomUpdaterValue::TickCustom().
| double RulerStruct::mHiddenMax { 100.0 } |
Definition at line 35 of file RulerUpdater.h.
Referenced by Ruler::SetRange(), LinearUpdater::Update(), and LogarithmicUpdater::Update().
| double RulerStruct::mHiddenMin { 0.0 } |
Definition at line 33 of file RulerUpdater.h.
Referenced by Ruler::SetRange(), LinearUpdater::Update(), and LogarithmicUpdater::Update().
| bool RulerStruct::mLabelEdges { false } |
Definition at line 39 of file RulerUpdater.h.
Referenced by Ruler::SetLabelEdges(), CustomUpdaterValue::TickCustom(), and LinearUpdater::Update().
| int RulerStruct::mLeft { -1 } |
Definition at line 43 of file RulerUpdater.h.
Referenced by RulerUpdater::BoxAdjust(), Ruler::Draw(), Ruler::Invalidate(), Ruler::OfflimitsPixels(), Ruler::SetBounds(), GeneratedUpdater::Tick(), CustomUpdaterPosition::TickCustom(), CustomUpdaterValue::TickCustom(), and LinearUpdater::Update().
| int RulerStruct::mLength { 0 } |
Definition at line 47 of file RulerUpdater.h.
Referenced by Ruler::Draw(), Ruler::Invalidate(), Ruler::OfflimitsPixels(), GeneratedUpdater::Tick(), CustomUpdaterValue::TickCustom(), CustomUpdater::Update(), LinearUpdater::Update(), and LogarithmicUpdater::Update().
| double RulerStruct::mMax { 100.0 } |
Definition at line 34 of file RulerUpdater.h.
Referenced by Ruler::SetRange(), CustomUpdaterValue::TickCustom(), LinearUpdater::Update(), and LogarithmicUpdater::Update().
| double RulerStruct::mMin { 0.0 } |
Definition at line 32 of file RulerUpdater.h.
Referenced by Ruler::SetRange(), CustomUpdaterValue::TickCustom(), LinearUpdater::Update(), and LogarithmicUpdater::Update().
| NumberScale RulerStruct::mNumberScale |
Definition at line 55 of file RulerUpdater.h.
Referenced by Ruler::SetNumberScale(), and LogarithmicUpdater::Update().
| int RulerStruct::mOrientation { wxHORIZONTAL } |
Definition at line 37 of file RulerUpdater.h.
Referenced by RulerUpdater::BoxAdjust(), Ruler::ChooseFonts(), Ruler::Draw(), Ruler::DrawGrid(), Ruler::Invalidate(), Ruler::OfflimitsPixels(), Ruler::SetOrientation(), GeneratedUpdater::Tick(), CustomUpdaterPosition::TickCustom(), CustomUpdaterValue::TickCustom(), LinearUpdater::Update(), and LogarithmicUpdater::Update().
|
mutable |
Definition at line 52 of file RulerUpdater.h.
Referenced by Ruler::ChooseFonts(), Ruler::Draw(), Ruler::GetFonts(), Ruler::SetFonts(), GeneratedUpdater::Tick(), CustomUpdaterPosition::TickCustom(), CustomUpdaterValue::TickCustom(), CustomUpdater::Update(), LinearUpdater::Update(), and LogarithmicUpdater::Update().
| const RulerFormat* RulerStruct::mpRulerFormat {} |
Definition at line 41 of file RulerUpdater.h.
Referenced by Ruler::SetFormat(), GeneratedUpdater::Tick(), LinearUpdater::Update(), and LogarithmicUpdater::Update().
| int RulerStruct::mRight { -1 } |
Definition at line 45 of file RulerUpdater.h.
Referenced by RulerUpdater::BoxAdjust(), Ruler::Draw(), Ruler::Invalidate(), Ruler::OfflimitsPixels(), Ruler::SetBounds(), GeneratedUpdater::Tick(), CustomUpdaterValue::TickCustom(), and LinearUpdater::Update().
| int RulerStruct::mTop { -1 } |
Definition at line 44 of file RulerUpdater.h.
Referenced by RulerUpdater::BoxAdjust(), Ruler::ChooseFonts(), Ruler::Draw(), Ruler::Invalidate(), Ruler::OfflimitsPixels(), Ruler::SetBounds(), GeneratedUpdater::Tick(), CustomUpdaterPosition::TickCustom(), CustomUpdaterValue::TickCustom(), and LinearUpdater::Update().
| TranslatableString RulerStruct::mUnits |
Definition at line 53 of file RulerUpdater.h.
Referenced by Ruler::SetUnits(), GeneratedUpdater::Tick(), CustomUpdaterPosition::TickCustom(), and CustomUpdaterValue::TickCustom().