import "Accessibility_Event.idl";
Public Attributes | |
| string | type |
| A colon-delimited string indicating the type of the event. | |
| Accessible | source |
| The Accessible object which is the source of the event. | |
| long | detail1 |
| An integer whose meaning is event type dependent. | |
| long | detail2 |
| see description of detail2 | |
| any | any_data |
| A generic storage location for event-type-specific data which provides more specific information about the event; for instance, in AT-SPI versions prior to 1.7.0, in the case of ¨object:text-changed:insert¨ events, this field contains a string indicating the inserted text. | |
Usually such notification is requested via a call to Registry::registerGlobalEventListener. The structure contains a colon-delimited string indicating the event type, a reference to the generating Accessible, two detail fields whose interpretation is event-type-specific, and a final field containing event-type-specific data.
Definition at line 63 of file Accessibility_Event.idl.
|
|
A colon-delimited string indicating the type of the event.
The string can be interpreted as Event classes include the following:
Definition at line 95 of file Accessibility_Event.idl. |
|
|
The Accessible object which is the source of the event. The source object is the object to which the change inferred by the event emission occurs; for instance, the object emitting a ¨object:parent-changed¨ event is the child, not the parent. Likewise, the event source of an ¨object:children-changed:insert¨ event is the parent, not the inserted child. Definition at line 103 of file Accessibility_Event.idl. |
|
|
An integer whose meaning is event type dependent. It may indicate the offset of text being inserted, in the case of ¨object:text-changed:insert¨, or the index of a newly added child in the case of ¨object:children-changed:add¨.
Definition at line 114 of file Accessibility_Event.idl. |
|
|
see description of detail2
Definition at line 116 of file Accessibility_Event.idl. |
|
|
A generic storage location for event-type-specific data which provides more specific information about the event; for instance, in AT-SPI versions prior to 1.7.0, in the case of ¨object:text-changed:insert¨ events, this field contains a string indicating the inserted text.
Definition at line 125 of file Accessibility_Event.idl. |
1.4.3