|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Represents the state of an accessible UI element. More...
#include "juce_AccessibilityState.h"
Public Member Functions | |
| AccessibleState ()=default | |
| Constructor. | |
| AccessibleState | withCheckable () const noexcept |
| Sets the checkable flag and returns the new state. | |
| AccessibleState | withChecked () const noexcept |
| Sets the checked flag and returns the new state. | |
| AccessibleState | withCollapsed () const noexcept |
| Sets the collapsed flag and returns the new state. | |
| AccessibleState | withExpandable () const noexcept |
| Sets the expandable flag and returns the new state. | |
| AccessibleState | withExpanded () const noexcept |
| Sets the expanded flag and returns the new state. | |
| AccessibleState | withFocusable () const noexcept |
| Sets the focusable flag and returns the new state. | |
| AccessibleState | withFocused () const noexcept |
| Sets the focused flag and returns the new state. | |
| AccessibleState | withIgnored () const noexcept |
| Sets the ignored flag and returns the new state. | |
| AccessibleState | withSelectable () const noexcept |
| Sets the selectable flag and returns the new state. | |
| AccessibleState | withMultiSelectable () const noexcept |
| Sets the multiSelectable flag and returns the new state. | |
| AccessibleState | withSelected () const noexcept |
| Sets the selected flag and returns the new state. | |
| AccessibleState | withAccessibleOffscreen () const noexcept |
| Sets the accessible offscreen flag and returns the new state. | |
| bool | isCheckable () const noexcept |
| Returns true if the UI element is checkable. | |
| bool | isChecked () const noexcept |
| Returns true if the UI element is checked. | |
| bool | isCollapsed () const noexcept |
| Returns true if the UI element is collapsed. | |
| bool | isExpandable () const noexcept |
| Returns true if the UI element is expandable. | |
| bool | isExpanded () const noexcept |
| Returns true if the UI element is expanded. | |
| bool | isFocusable () const noexcept |
| Returns true if the UI element is focusable. | |
| bool | isFocused () const noexcept |
| Returns true if the UI element is focused. | |
| bool | isIgnored () const noexcept |
| Returns true if the UI element is ignored. | |
| bool | isMultiSelectable () const noexcept |
| Returns true if the UI element supports multiple item selection. | |
| bool | isSelectable () const noexcept |
| Returns true if the UI element is selectable. | |
| bool | isSelected () const noexcept |
| Returns true if the UI element is selected. | |
| bool | isAccessibleOffscreen () const noexcept |
| Returns true if the UI element is accessible offscreen. | |
Represents the state of an accessible UI element.
An instance of this class is returned by AccessibilityHandler::getCurrentState() to convey its current state to an accessibility client.
@tags{Accessibility}
Definition at line 38 of file juce_AccessibilityState.h.
|
default |
Constructor.
Represents a "default" state with no flags set. To set a flag, use one of the withX() methods - these can be chained together to set multiple flags.
|
noexcept |
Returns true if the UI element is accessible offscreen.
Definition at line 192 of file juce_AccessibilityState.h.
|
noexcept |
Returns true if the UI element is checkable.
Definition at line 126 of file juce_AccessibilityState.h.
|
noexcept |
Returns true if the UI element is checked.
Definition at line 132 of file juce_AccessibilityState.h.
|
noexcept |
Returns true if the UI element is collapsed.
Definition at line 138 of file juce_AccessibilityState.h.
|
noexcept |
Returns true if the UI element is expandable.
Definition at line 144 of file juce_AccessibilityState.h.
|
noexcept |
Returns true if the UI element is expanded.
Definition at line 150 of file juce_AccessibilityState.h.
|
noexcept |
Returns true if the UI element is focusable.
Definition at line 156 of file juce_AccessibilityState.h.
|
noexcept |
Returns true if the UI element is focused.
Definition at line 162 of file juce_AccessibilityState.h.
|
noexcept |
Returns true if the UI element is ignored.
Definition at line 168 of file juce_AccessibilityState.h.
|
noexcept |
Returns true if the UI element supports multiple item selection.
Definition at line 174 of file juce_AccessibilityState.h.
|
noexcept |
Returns true if the UI element is selectable.
Definition at line 180 of file juce_AccessibilityState.h.
|
noexcept |
Returns true if the UI element is selected.
Definition at line 186 of file juce_AccessibilityState.h.
|
noexcept |
Sets the accessible offscreen flag and returns the new state.
Definition at line 119 of file juce_AccessibilityState.h.
|
noexcept |
Sets the checkable flag and returns the new state.
Definition at line 53 of file juce_AccessibilityState.h.
|
noexcept |
Sets the checked flag and returns the new state.
Definition at line 59 of file juce_AccessibilityState.h.
|
noexcept |
Sets the collapsed flag and returns the new state.
Definition at line 65 of file juce_AccessibilityState.h.
|
noexcept |
Sets the expandable flag and returns the new state.
Definition at line 71 of file juce_AccessibilityState.h.
|
noexcept |
Sets the expanded flag and returns the new state.
Definition at line 77 of file juce_AccessibilityState.h.
|
noexcept |
Sets the focusable flag and returns the new state.
Definition at line 83 of file juce_AccessibilityState.h.
|
noexcept |
Sets the focused flag and returns the new state.
Definition at line 89 of file juce_AccessibilityState.h.
|
noexcept |
Sets the ignored flag and returns the new state.
Definition at line 95 of file juce_AccessibilityState.h.
|
noexcept |
Sets the multiSelectable flag and returns the new state.
Definition at line 107 of file juce_AccessibilityState.h.
|
noexcept |
Sets the selectable flag and returns the new state.
Definition at line 101 of file juce_AccessibilityState.h.
|
noexcept |
Sets the selected flag and returns the new state.
Definition at line 113 of file juce_AccessibilityState.h.