Modules§
Structs§
- AddAccessible
Event - Type that contains the
zbus::Messagefor meta information and thecrate::cache::CacheItem - Available
Event - An event that is emitted when the registry daemon has started.
- Event
Body - A borrowed body for events.
- Event
Body Owned - Standard event body (GTK,
egui, etc.) NOTE: Qt has its own signature:EventBodyQT. Signature(siiva{sv}), - Event
BodyQT - Qt event body, which is not the same as other GUI frameworks. Signature: “siiv(so)”
- Event
Listener Deregistered Event - An event that is emitted by the registry daemon, to inform that an event has been deregistered to no longer listen for.
- Event
Listener Registered Event - An event that is emitted by the regostry daemon to signal that an event has been registered to listen for.
- Event
Listeners - Signal type emitted by
EventListenerRegisteredandEventListenerDeregisteredsignals, which belong to theRegistryinterface, implemented by the registry-daemon. - Legacy
AddAccessible Event - Type that contains the
zbus::Messagefor meta information and thecrate::cache::LegacyCacheItem - Remove
Accessible Event Cache::RemoveAccessiblesignal event type.
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”. - Event
- Encapsulates the various different accessibility bus signal types.
- Event
Listener Events - Covers both
EventListenerevents.
Constants§
Traits§
- Generic
Event - Shared behavior of bus
Signalevents. - HasMatch
Rule - A specific trait only to define match rules.
- HasRegistry
Event String - A specific trait only to define registry event matches.