Audacity 3.2.0
|
#include <RulerPanel.h>
Public Member Functions | |
Options () | |
Options & | Log (bool l) |
Options & | Flip (bool f) |
Options & | LabelEdges (bool l) |
Options & | TicksAtExtremes (bool t) |
Options & | TickColour (const wxColour c) |
Public Attributes | |
bool | log { false } |
bool | flip { false } |
bool | labelEdges { false } |
bool | ticksAtExtremes { false } |
bool | hasTickColour { false } |
wxColour | tickColour |
Definition at line 25 of file RulerPanel.h.
|
inline |
Definition at line 33 of file RulerPanel.h.
|
inline |
Definition at line 38 of file RulerPanel.h.
Referenced by anonymous_namespace{DynamicRangeProcessorEditor.cpp}::MakeRulerPanel(), and EffectScienFilter::PopulateOrExchange().
|
inline |
Definition at line 41 of file RulerPanel.h.
Referenced by anonymous_namespace{DynamicRangeProcessorEditor.cpp}::MakeRulerPanel(), FrequencyPlotDialog::Populate(), EqualizationUI::PopulateOrExchange(), and EffectScienFilter::PopulateOrExchange().
|
inline |
Definition at line 35 of file RulerPanel.h.
Referenced by FrequencyPlotDialog::Populate(), EqualizationUI::PopulateOrExchange(), and EffectScienFilter::PopulateOrExchange().
|
inline |
Definition at line 47 of file RulerPanel.h.
Referenced by anonymous_namespace{DynamicRangeProcessorEditor.cpp}::MakeRulerPanel().
|
inline |
Definition at line 44 of file RulerPanel.h.
Referenced by anonymous_namespace{DynamicRangeProcessorEditor.cpp}::MakeRulerPanel().
bool RulerPanel::Options::flip { false } |
Definition at line 27 of file RulerPanel.h.
bool RulerPanel::Options::hasTickColour { false } |
Definition at line 30 of file RulerPanel.h.
bool RulerPanel::Options::labelEdges { false } |
Definition at line 28 of file RulerPanel.h.
bool RulerPanel::Options::log { false } |
Definition at line 26 of file RulerPanel.h.
wxColour RulerPanel::Options::tickColour |
Definition at line 31 of file RulerPanel.h.
bool RulerPanel::Options::ticksAtExtremes { false } |
Definition at line 29 of file RulerPanel.h.