23 bool,
bool,
bool,
bool)
44 float,
float,
float,
float)
51 float,
float,
float,
float)
58 double,
double,
double,
double)
66 wxString, wxString, wxString, wxString)
247 double,
double,
double)
253 wxString, wxString, wxString)
@ Internal
Indicates internal failure from Audacity.
bool ReadAndVerify(const wxString &key, float *val, float defVal, float min, float max) const
virtual bool HasEntry(const wxString &strName) const override
bool WriteFloat(const wxString &key, float f)
ComponentInterfaceSymbol pairs a persistent string identifier used internally with an optional,...
virtual ~EffectParameterMethods()
Visitor of effect or command parameters. This is a base class with lots of virtual functions that do ...
CommandParameters * mpEap
std::conditional_t< Const, const bool, bool > * pOptionalFlag
void Define(bool &var, const wxChar *key, bool vdefault, bool vmin, bool vmax, bool vscl) override
SettingsVisitor & Optional(bool &var) override
void DefineEnum(int &var, const wxChar *key, int vdefault, const EnumValueSymbol strings[], size_t nStrings) override
SettingsVisitor & OptionalY(bool &var) override
SettingsVisitor & OptionalN(bool &var) override
void Define(bool var, const wxChar *key, bool vdefault, bool vmin, bool vmax, bool vscl) override
void DefineEnum(int var, const wxChar *key, int vdefault, const EnumValueSymbol strings[], size_t nStrings) override
ConstSettingsVisitor & Optional(const bool &var) override
void DefineEnum(int &var, const wxChar *key, int vdefault, const EnumValueSymbol strings[], size_t nStrings) override
void Define(bool &var, const wxChar *key, bool vdefault, bool vmin, bool vmax, bool vscl) override
bool CouldGet(const wxString &key)
SettingsVisitor & Optional(bool &var) override