JUCE
|
Enumerations | |
enum class | AccessibilityActionType { press , toggle , focus , showMenu } |
An action that can be performed by an accessible UI element. More... | |
enum class | AccessibilityEvent { valueChanged , titleChanged , structureChanged , textSelectionChanged , textChanged , rowSelectionChanged } |
A list of events that can be notified to any subscribed accessibility clients. More... | |
enum class | AccessibilityRole { button , toggleButton , radioButton , comboBox , image , slider , label , staticText , editableText , menuItem , menuBar , popupMenu , table , tableHeader , column , row , cell , hyperlink , list , listItem , tree , treeItem , progressBar , group , dialogWindow , window , scrollBar , tooltip , splashScreen , ignored , unspecified } |
The list of available roles for an AccessibilityHandler object. More... | |
|
strong |
An action that can be performed by an accessible UI element.
|
strong |
A list of events that can be notified to any subscribed accessibility clients.
To post a notification, call AccessibilityHandler::notifyAccessibilityEvent
on the associated handler with the appropriate AccessibilityEvent
type and listening clients will be notified.
|
strong |
The list of available roles for an AccessibilityHandler object.
When creating a custom AccessibilityHandler you should select the role that best describes the UI element being represented.