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.