|
LMMS
|
Classes | |
| class | ComboBoxValueInterface |
Static Private Member Functions | |
| static AccessibilityActions | getAccessibilityActions (ComboBox &comboBox) |
Private Attributes | |
| ComboBox & | comboBox |
Additional Inherited Members | |
| Public Types inherited from juce::AccessibilityHandler | |
| enum class | AnnouncementPriority { low , medium , high } |
| Static Public Member Functions inherited from juce::AccessibilityHandler | |
| static void | postAnnouncement (const String &announcementString, AnnouncementPriority priority) |
|
inlineexplicit |
|
inlinestaticprivate |
|
inlineoverridevirtual |
Returns the current state of the UI element.
The default implementation of this method will set the focusable flag and, if this UI element is currently focused, will also set the focused flag.
Reimplemented from juce::AccessibilityHandler.
|
inlineoverridevirtual |
Some help text for the UI element (if required).
This may be read out by the system. This string functions in a similar way to a tooltip, for example "Click to open window." for a button which opens a window.
The default implementation will call Component::getHelpText(), but you can override this to return a different string if required.
This must be a localised string.
Reimplemented from juce::AccessibilityHandler.
|
inlineoverridevirtual |
The title of the UI element.
This will be read out by the system and should be concise, preferably matching the visible title of the UI element (if any). For example, this might be the text of a button or a simple label.
The default implementation will call Component::getTitle(), but you can override this to return a different string if required.
If neither a name nor a description is provided then the UI element may be ignored by accessibility clients.
This must be a localised string.
Reimplemented from juce::AccessibilityHandler.
|
private |