JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::AccessibilityTextValueInterface Class Referenceabstract

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

#include <juce_AccessibilityValueInterface.h>

Inheritance diagram for juce::AccessibilityTextValueInterface:
Collaboration diagram for juce::AccessibilityTextValueInterface:

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

Detailed Description

A value interface that represents a text value.

@tags{Accessibility}

Member Function Documentation

◆ getCurrentValue()

double juce::AccessibilityTextValueInterface::getCurrentValue ( ) const
inlinefinalvirtual

◆ getCurrentValueAsString()

String juce::AccessibilityTextValueInterface::getCurrentValueAsString ( ) const
overridepure virtual

Returns the current value.

Implements juce::AccessibilityValueInterface.

◆ getRange()

AccessibleValueRange juce::AccessibilityTextValueInterface::getRange ( ) const
inlinefinalvirtual

◆ isReadOnly()

bool juce::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 juce::AccessibilityValueInterface.

◆ setValue()

void juce::AccessibilityTextValueInterface::setValue ( double  newValue)
inlinefinalvirtual

◆ setValueAsString()

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

Sets the current value to a new value.

Implements juce::AccessibilityValueInterface.


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