Modules§
- cache
- document
- event_
body - event_
wrappers - focus
- keyboard
- mouse
- object
- All events which can be received by the
org.a11y.atspi.Objectinterface. - registry
- This module contains the events that are emitted by the registry daemon.
The events are
EventListenerRegisteredEventandEventListenerDeregisteredEvent. - terminal
- traits
- window
Structs§
- Event
Body Borrowed - Event
Body Owned - AT-SPI2 protocol native event body type.
- Event
Body QtBorrowed - Event
Body QtOwned - Event body as used exclusively by ‘Qt’ toolkit.
Enums§
- Cache
Events - All events related to the
org.a11y.atspi.Cacheinterface. Note that these are not telling the client that an item has been added to a cache. It is telling the client “here is a bunch of information to store it in your cache”. - Document
Events - Event
- Encapsulates the various different accessibility bus signal types.
- Event
Body - Common event body that can be either owned or borrowed.
- Event
Listener Events - The events that can be emitted by the registry daemon.
This enum is used to wrap the events that are emitted by the registry daemon.
The events are
EventListenerRegisteredEventandEventListenerDeregisteredEvent. - Focus
Events - Keyboard
Events - Mouse
Events - Object
Events - Terminal
Events - All events related to the
org.a11y.atspi.Event.Terminalinterface. - Window
Events - All events on the
org.a11y.atspi.Event.Windowinterface.
Traits§
- DBus
Interface - The
DBusinterface name for an event - or a wrapper type. For example, for any event within the “Object” interface, this should be “org.a11y.atspi.Event.Object”. - DBus
Match Rule - A static
DBusmatch rule string. This should usually be a string that looks like this:"type='signal',interface='org.a11y.atspi.Event.Object',member='PropertyChange'"; - DBus
Member - The
DBusmember for the event. For example, for ancrate::events::object::TextChangedEventthis should be"TextChanged" - DBus
Properties - A ‘alias’-trait that combines all the
DBusrelated traits. - Event
Properties EventPropertiesallows access to the internals of an event, specifically:- Event
Type Properties - Describes properties of a specific event type.
- Message
Conversion - Message
Conversion Ext - Registry
Event String - A static
Registryevent string for registering with theRegistryProxyfor receiving events.