JUCE
Public Member Functions | List of all members
AccessibilityNumericValueInterface Class Referenceabstract

A value interface that represents a non-ranged numeric value. More...

Inheritance diagram for AccessibilityNumericValueInterface:

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...
 
String getCurrentValueAsString () const final
 
void setValueAsString (const String &newValue) final
 
AccessibleValueRange getRange () const final
 
- Public Member Functions inherited from AccessibilityValueInterface
virtual ~AccessibilityValueInterface ()=default
 Destructor. More...
 

Detailed Description

A value interface that represents a non-ranged numeric value.

Member Function Documentation

◆ isReadOnly()

bool AccessibilityNumericValueInterface::isReadOnly ( ) const
overridepure virtual

Returns true if the value is read-only and cannot be modified by an accessibility client.

See also
setValue

Implements AccessibilityValueInterface.

◆ getCurrentValue()

double AccessibilityNumericValueInterface::getCurrentValue ( ) const
overridepure virtual

Returns the current value.

Implements AccessibilityValueInterface.

◆ setValue()

void AccessibilityNumericValueInterface::setValue ( double  newValue)
overridepure virtual

Sets the current value to a new value.

Implements AccessibilityValueInterface.

◆ getCurrentValueAsString()

String AccessibilityNumericValueInterface::getCurrentValueAsString ( ) const
finalvirtual

◆ setValueAsString()

void AccessibilityNumericValueInterface::setValueAsString ( const String newValue)
finalvirtual

◆ getRange()

AccessibleValueRange AccessibilityNumericValueInterface::getRange ( ) const
finalvirtual

The documentation for this class was generated from the following file: