Namespaces
Enumerations
enum Action
| Name | Value |
|---|---|
| kDefault | 1u |
| kSecondary | 2u |
| kSetFocus | 3u |
| kSetValue | 4u |
| kShowOnScreen | 5u |
| kDecrement | 6u |
| kIncrement | 7u |
Represents actions that can be applied to Nodes.
Defined at line 20 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/common_types.h
enum Role
| Name | Value |
|---|---|
| kUnknown | 1u |
| kButton | 2u |
| kHeader | 3u |
| kImage | 4u |
| kTextField | 5u |
| kSlider | 6u |
| kLink | 7u |
| kCheckBox | 8u |
| kRadioButton | 9u |
| kList | 10u |
| kListElement | 11u |
| kListElementMarker | 12u |
| kStaticText | 13u |
| kToggleSwitch | 14u |
| kTable | 15u |
| kGrid | 16u |
| kTableRow | 17u |
| kCell | 18u |
| kColumnHeader | 19u |
| kRowGroup | 20u |
| kParagraph | 21u |
| kSearchBox | 22u |
| kTextFieldWithComboBox | 23u |
| kRowHeader | 24u |
Represents a role of an element on a UI.
Defined at line 68 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/common_types.h
enum LabelOrigin
| Name | Value |
|---|---|
| kUnitialized | 1u |
| kAttribute | 2u |
| kAttributeEmpty | 3u |
| kCaption | 4u |
| kContents | 5u |
| kPlaceholder | 6u |
| kRelatedElement | 7u |
| kTitle | 8u |
| kValue | 9u |
The possible origins of a label.
Defined at line 162 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/common_types.h
enum CheckedState
| Name | Value |
|---|---|
| kNone | 1u |
| kChecked | 2u |
| kUnchecked | 3u |
| kMixed | 4u |
Represents the state of a UI checkbox.
Defined at line 220 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/common_types.h
enum ToggledState
| Name | Value |
|---|---|
| kOn | 1u |
| kOff | 2u |
| kIndeterminate | 3u |
Represents the state of a UI toggle switch.
Defined at line 252 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/common_types.h
enum EnabledState
| Name | Value |
|---|---|
| kEnabled | 1u |
| kDisabled | 2u |
| kIndeterminate | 3u |
Represents the enabled/disabled state of an element.
Defined at line 281 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/common_types.h
Records
-
class AnnounceEvent -
class Attributes -
class Hit -
class Node -
class RangeAttributes -
class SemanticEvent -
class SemanticListener -
class SemanticListenerHitTestRequest -
class SemanticListenerHitTestResponse -
class SemanticListenerOnAccessibilityActionRequestedRequest -
class SemanticListenerOnAccessibilityActionRequestedResponse -
class SemanticListenerOnSemanticsModeChangedRequest -
class SemanticTree -
class SemanticTreeDeleteSemanticNodesRequest -
class SemanticTreeSendSemanticEventRequest -
class SemanticTreeUpdateSemanticNodesRequest -
class SemanticsManager -
class SemanticsManagerRegisterViewForSemanticsRequest -
class SetAttributes -
class States -
class TableAttributes -
class TableCellAttributes -
class TableRowAttributes