A value interface that represents a non-ranged numeric value. More...
#include <juce_AccessibilityValueInterface.h>
Public Member Functions | |
double | getCurrentValue () const override=0 |
Returns the current value. More... | |
String | getCurrentValueAsString () const final |
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) override=0 |
Sets the current value to a new value. More... | |
void | setValueAsString (const String &newValue) final |
A value interface that represents a non-ranged numeric value.
@tags{Accessibility}
|
overridepure virtual |
Returns the current value.
Implements juce::AccessibilityValueInterface.
|
inlinefinalvirtual |
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.
|
overridepure virtual |
Sets the current value to a new value.
Implements juce::AccessibilityValueInterface.
|
inlinefinalvirtual |
Implements juce::AccessibilityValueInterface.