Crate accesskit

Source

ModulesΒ§

geometry πŸ”’

MacrosΒ§

bool_property_methods πŸ”’
box_type_setters πŸ”’
color_property_methods πŸ”’
coord_slice_property_methods πŸ”’
copy_type_getters πŸ”’
copy_type_setters πŸ”’
f64_property_methods πŸ”’
flag_methods πŸ”’
length_slice_property_methods πŸ”’
node_id_property_methods πŸ”’
node_id_vec_property_methods πŸ”’
option_properties_debug_method πŸ”’
option_ref_type_getters πŸ”’
property_methods πŸ”’
slice_properties_debug_method πŸ”’
slice_type_getters πŸ”’
string_property_methods πŸ”’
text_decoration_property_methods πŸ”’
unique_enum_property_methods πŸ”’
usize_property_methods πŸ”’
vec_property_methods πŸ”’
vec_type_methods πŸ”’

StructsΒ§

ActionRequest
Affine
A 2D affine transform. Derived from kurbo.
CustomAction
Defines a custom action for a UI element.
Node
A single accessible object. A complete UI is represented as a tree of these.
NodeId
The stable identity of a Node, unique within the node’s tree.
Point
A 2D point. Derived from kurbo.
Properties πŸ”’
PropertyIndices πŸ”’
Rect
A rectangle. Derived from kurbo.
Size
A 2D size. Derived from kurbo.
TextPosition
TextSelection
Tree
The data associated with an accessibility tree that’s global to the tree and not associated with any particular node.
TreeUpdate
A serializable representation of an atomic change to a Tree.
Vec2
A 2D vector. Derived from kurbo.

EnumsΒ§

Action
An action to be taken on an accessibility node.
ActionData
AriaCurrent
AutoComplete
Flag πŸ”’
HasPopup
Invalid
Indicates if a form control has invalid input or if a web DOM element has an aria-invalid attribute.
ListStyle
Live
Orientation
PropertyId πŸ”’
PropertyValue πŸ”’
Role
The type of an accessibility node.
SortDirection
TextAlign
TextDecoration
TextDirection
Toggled
VerticalOffset

TraitsΒ§

ActionHandler
Handles requests from assistive technologies or other clients.
ActivationHandler
Handles activation of the application’s accessibility implementation.
DeactivationHandler
Handles deactivation of the application’s accessibility implementation.

FunctionsΒ§

action_mask_to_action_vec πŸ”’

Type AliasesΒ§

NodeIdContent