Public Member Functions | |
AudioPropertyImpl (DeviceP devp, uint32_t id, ParameterC parameter) | |
String | blurb () const |
ChoiceS | choices () const override |
String | descr () const |
double | get_max () const override |
StringS | get_metadata () const override |
double | get_min () const override |
double | get_normalized () const override |
double | get_step () const override |
String | get_text () const override |
Value | get_value () const override |
String | group () const |
String | hints () const |
String | ident () const override |
bool | is_numeric () const override |
String | label () const override |
String | nick () const override |
void | proc_paramchange () |
void | reset () override |
bool | set_normalized (double normalized) override |
bool | set_text (String vstr) override |
bool | set_value (const Value &value) override |
String | unit () const override |
![]() | |
String | blurb () const |
String | descr () const |
String | group () const |
String | hints () const |
![]() | |
void | js_trigger (const String &eventselector, JsTrigger callback) |
![]() | |
void | emit_event (const String &type, const String &detail, const ValueR fields={}) override |
void | emit_notify (const String &detail) override |
ASE_USE_RESULT Connection | on_event (const String &eventselector, const EventHandler &eventhandler) override |
Additional Inherited Members | |
![]() | |
Member<&Property::metadata_ > | metadata |
Member<&Property::name_ > | name |
Member<&Property::value_ > | value |
![]() | |
Property () | |
virtual | ~Property ()=0 |
![]() | |
virtual | ~VirtualBase () noexcept=0 |
![]() | |
virtual | ~EmittableImpl () |
|
explicit |
|
overridevirtual |
|
overridevirtual |
Abbreviated user interface name, usually not more than 6 characters.
Implements Property.
String hints | ( | ) | const |
String group | ( | ) | const |
String blurb | ( | ) | const |
String descr | ( | ) | const |
|
overridevirtual |
Get the minimum property value, converted to double.
Implements Property.
|
overridevirtual |
Get the maximum property value, converted to double.
Implements Property.
|
overridevirtual |
Get the property value stepping, converted to double.
Implements Property.
void proc_paramchange | ( | ) |
|
overridevirtual |
Assign default as normalized property value.
Implements Property.
|
overridevirtual |
Set the native property value.
Implements Property.
|
overridevirtual |
Get the normalized property value, converted to double.
Implements Property.
|
overridevirtual |
Set the normalized property value as double.
Implements Property.
|
overridevirtual |
Get the current property value, converted to a text String.
Implements Property.
|
overridevirtual |
Set the current property value as a text String.
Implements Property.
|
overridevirtual |
Whether the property settings can be represented as a floating point number.
Implements Property.
|
overridevirtual |
Enumerate choices for choosable properties.
Implements Property.