|
JUCE
|
A value interface that represents a text value. More...
#include <juce_AccessibilityValueInterface.h>
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... | |
| String | getCurrentValueAsString () const override=0 |
| Returns the current value. More... | |
| void | setValueAsString (const String &newValue) override=0 |
| Sets the current value to a new value. More... | |
| double | getCurrentValue () const final |
| void | setValue (double newValue) final |
| AccessibleValueRange | getRange () const final |
Public Member Functions inherited from AccessibilityValueInterface | |
| virtual | ~AccessibilityValueInterface ()=default |
| Destructor. More... | |
A value interface that represents a text 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.
|
finalvirtual |
Implements AccessibilityValueInterface.
|
finalvirtual |
Implements AccessibilityValueInterface.
|
finalvirtual |
Implements AccessibilityValueInterface.