Enum AccessibleRole¶
Defined in File slint_enums.h
Enum Documentation¶
-
enum class slint::testing::AccessibleRole¶
This enum represents the different values for the
accessible-roleproperty, used to describe the role of an element in the context of assistive technology such as screen readers.Values:
-
enumerator None¶
The element isn’t accessible.
-
enumerator Button¶
The element is a
Buttonor behaves like one.
-
enumerator Checkbox¶
The element is a
CheckBoxor behaves like one.
-
enumerator Combobox¶
The element is a
ComboBoxor behaves like one.
-
enumerator Groupbox¶
The element is a
GroupBoxor behaves like one.
-
enumerator Image¶
The element is an
Imageor behaves like one. This is automatically applied toImageelements.
-
enumerator List¶
The element is a
ListViewor behaves like one.
-
enumerator Slider¶
The element is a
Slideror behaves like one.
-
enumerator Spinbox¶
The element is a
SpinBoxor behaves like one.
-
enumerator Tab¶
The element is a
Tabor behaves like one.
-
enumerator TabList¶
The element is similar to the tab bar in a
TabWidget.
-
enumerator TabPanel¶
The element is a container for tab content.
-
enumerator Text¶
The role for a
Textelement. This is automatically applied toTextelements.
-
enumerator Table¶
The role for a
TableViewor behaves like one.
-
enumerator Tree¶
The role for a TreeView or behaves like one. (Not provided yet)
-
enumerator ProgressIndicator¶
The element is a
ProgressIndicatoror behaves like one.
-
enumerator TextInput¶
The role for widget with editable text such as a
LineEditor aTextEdit. This is automatically applied toTextInputelements.
-
enumerator Switch¶
The element is a
Switchor behaves like one.
-
enumerator ListItem¶
The element is an item in a
ListView.
-
enumerator None¶