#include <NumericTextCtrl.h>
Definition at line 42 of file NumericTextCtrl.h.
◆ Options()
NumericTextCtrl::Options::Options |
( |
| ) |
|
|
inline |
◆ AutoPos()
Options & NumericTextCtrl::Options::AutoPos |
( |
bool |
enable | ) |
|
|
inline |
Definition at line 55 of file NumericTextCtrl.h.
55{
autoPos = enable;
return *
this; }
Referenced by NyquistEffect::BuildEffectWindow(), LV2Editor::BuildPlain(), VSTEditor::BuildPlain(), ContrastDialog::ContrastDialog(), NumericEditor::Create(), NumericRenderer::Draw(), NumericRenderer::GetBestSize(), TimeDialog::PopulateOrExchange(), EffectDtmf::Editor::PopulateOrExchange(), EffectNoise::PopulateOrExchange(), EffectSilence::PopulateOrExchange(), EffectToneGen::PopulateOrExchange(), LadspaEditor::PopulateUI(), and VST3Editor::VST3Editor().
◆ CustomFormat()
◆ FormatSymbol()
◆ InvalidValue()
Options & NumericTextCtrl::Options::InvalidValue |
( |
bool |
has, |
|
|
double |
v = -1.0 |
|
) |
| |
|
inline |
◆ MenuEnabled()
Options & NumericTextCtrl::Options::MenuEnabled |
( |
bool |
enable | ) |
|
|
inline |
◆ ReadOnly()
Options & NumericTextCtrl::Options::ReadOnly |
( |
bool |
enable | ) |
|
|
inline |
◆ Value()
Options & NumericTextCtrl::Options::Value |
( |
bool |
has, |
|
|
double |
v |
|
) |
| |
|
inline |
◆ autoPos
bool NumericTextCtrl::Options::autoPos { true } |
◆ customFormat
◆ formatSymbol
◆ hasInvalidValue
bool NumericTextCtrl::Options::hasInvalidValue { false } |
◆ hasValue
bool NumericTextCtrl::Options::hasValue { false } |
◆ invalidValue
double NumericTextCtrl::Options::invalidValue { -1.0 } |
◆ menuEnabled
bool NumericTextCtrl::Options::menuEnabled { true } |
◆ readOnly
bool NumericTextCtrl::Options::readOnly { false } |
◆ value
double NumericTextCtrl::Options::value { -1.0 } |
The documentation for this struct was generated from the following file: