Module atspi_common::events
source · Modules
Structs
- Type that contains the
zbus::Message
for meta information and thecrate::cache::CacheItem
- An event that is emitted when the registry daemon has started.
- A borrowed body for events.
- Standard event body (GTK,
egui
, etc.) NOTE: Qt has its own signature:EventBodyQT
. Signature(siiva{sv})
, - Qt event body, which is not the same as other GUI frameworks. Signature: “siiv(so)”
- An event that is emitted by the registry daemon, to inform that an event has been deregistered to no longer listen for.
- An event that is emitted by the regostry daemon to signal that an event has been registered to listen for.
- Signal type emitted by
EventListenerRegistered
andEventListenerDeregistered
signals, which belong to theRegistry
interface, implemented by the registry-daemon. - Type that contains the
zbus::Message
for meta information and thecrate::cache::LegacyCacheItem
Cache::RemoveAccessible
signal event type.
Enums
- All events related to the
org.a11y.atspi.Cache
interface. 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”. - Encapsulates the various different accessibility bus signal types.
- Covers both
EventListener
events.
Constants
Traits
- Shared behavior of bus
Signal
events. - A specific trait only to define match rules.
- A specific trait only to define registry event matches.