Trees | Indices | Help |
|
---|
|
object --+ | _AEViewManager
Stores a root accessible representing the active view when an event occurs indicating that the view may have changed.
Two view roots must be tracked by this object. The first, the raw view, is needed by AEAccAdapters which will handle raw view change events. The second, the AccessEngine view, is needed by the rest of the system when processing AEEvents.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
boolean |
|
||
|
|||
AEPor |
|
||
boolean |
|
||
AEPor |
|
||
|
|||
boolean |
|
||
|
|||
|
|||
Inherited from |
|
|||
AEPor |
ae_view Root AEPor representing the active view according to the AEEvent stream. |
||
boolean |
raw_active Is there an raw active view? |
||
pyatspi.Accessible
|
raw_view Root accessible representing the active view according to the raw event stream. |
||
dictionary |
wanted_events Lookup table for what AEEvents are desired by any task in any AEScript in all AETiers. |
|
|||
Inherited from |
|
None .
|
Registers with the AEEventManager to receive raw events related to the active view. Also registers for raw events that may indicate that this AEViewManager needs to manage a new view. Called by AEMain at startup. |
Walks through the top level applications on the first desktop. Calls the method |
Sets or unsets an interest in a particular kind of AEEvent. This information is used to register or unregister for raw events on-demand as an optimization. |
|
|
Gets the root AEPor of the active view according to the raw event stream. This is the view known to AEAccAdapters.See Also: setRawView |
Stores the root AEPor of the active view according to the raw event stream. This is the view known to AEAccAdapters.
See Also: getRawView |
Gets the root AEPor of the active view according to the AEEvent stream. This is the view known to AEScripts.See Also: setAEView |
Stores the root AEPor of the active view according to the AEEvent stream. This is the view known to AEAccAdapters.
See Also: getAEView |
|
pyatspi.event.Event posts AEEvents to the active AETier through
the AEEventManager.
|
Creates a AEEvent.ViewChange event in response to a window activation or deactivation. Also responds to create or destroy events from floating windows. Called in response to any of the raw events returned by AEAccInterfaces.IEventHandler.getAEViewEvents and registered with the AEEventManager in theAEViewManager.init
method when this object was created.
|
|
wanted_eventsLookup table for what AEEvents are desired by any task in any AEScript in all AETiers. Used to optimize event dispatch and processing. Unwanted events are ignored.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Jun 30 13:05:58 2008 | http://epydoc.sourceforge.net |