JUCE
|
A value interface that represents a ranged numeric value. More...
Public Member Functions | |
bool | isReadOnly () const override=0 |
Returns true if the value is read-only and cannot be modified by an accessibility client. More... | |
double | getCurrentValue () const override=0 |
Returns the current value. More... | |
void | setValue (double newValue) override=0 |
Sets the current value to a new value. More... | |
AccessibleValueRange | getRange () const override=0 |
Returns the range. More... | |
String | getCurrentValueAsString () const final |
void | setValueAsString (const String &newValue) final |
![]() | |
virtual | ~AccessibilityValueInterface ()=default |
Destructor. More... | |
A value interface that represents a ranged numeric value.
|
overridepure virtual |
Returns true if the value is read-only and cannot be modified by an accessibility client.
Implements AccessibilityValueInterface.
|
overridepure virtual |
Returns the current value.
Implements AccessibilityValueInterface.
|
overridepure virtual |
Sets the current value to a new value.
Implements AccessibilityValueInterface.
|
overridepure virtual |
Returns the range.
Implements AccessibilityValueInterface.
|
finalvirtual |
Implements AccessibilityValueInterface.
|
finalvirtual |
Implements AccessibilityValueInterface.