A value interface that represents a text value. More...
#include <juce_AccessibilityValueInterface.h>
Public Member Functions | |
double | getCurrentValue () const final |
String | getCurrentValueAsString () const override=0 |
Returns the current value. More... | |
AccessibleValueRange | getRange () const final |
bool | isReadOnly () const override=0 |
Returns true if the value is read-only and cannot be modified by an accessibility client. More... | |
void | setValue (double newValue) final |
void | setValueAsString (const String &newValue) override=0 |
Sets the current value to a new value. More... | |
A value interface that represents a text value.
@tags{Accessibility}
|
inlinefinalvirtual |
Implements juce::AccessibilityValueInterface.
|
overridepure virtual |
Returns the current value.
Implements juce::AccessibilityValueInterface.
|
inlinefinalvirtual |
Implements juce::AccessibilityValueInterface.
|
overridepure virtual |
Returns true if the value is read-only and cannot be modified by an accessibility client.
Implements juce::AccessibilityValueInterface.
|
inlinefinalvirtual |
Implements juce::AccessibilityValueInterface.
|
overridepure virtual |
Sets the current value to a new value.
Implements juce::AccessibilityValueInterface.