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

A value interface that represents a text value. More...

Inheritance diagram for AccessibilityTextValueInterface:

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...
 

Detailed Description

A value interface that represents a text value.

Member Function Documentation

◆ isReadOnly()

bool AccessibilityTextValueInterface::isReadOnly ( ) const
overridepure virtual

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

See also
setValueAsString

Implements AccessibilityValueInterface.

◆ getCurrentValueAsString()

String AccessibilityTextValueInterface::getCurrentValueAsString ( ) const
overridepure virtual

Returns the current value.

Implements AccessibilityValueInterface.

◆ setValueAsString()

void AccessibilityTextValueInterface::setValueAsString ( const String newValue)
overridepure virtual

Sets the current value to a new value.

Implements AccessibilityValueInterface.

◆ getCurrentValue()

double AccessibilityTextValueInterface::getCurrentValue ( ) const
finalvirtual

◆ setValue()

void AccessibilityTextValueInterface::setValue ( double  newValue)
finalvirtual

◆ getRange()

AccessibleValueRange AccessibilityTextValueInterface::getRange ( ) const
finalvirtual

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