Trees | Indices | Help |
|
---|
|
object --+ | _AETierManager
Creates AETiers for all processes detectable by
pyatspi
.
|
|||
|
|||
|
|||
|
|||
AEState |
|
||
AEMonitor.MonitorCollection |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
AETier |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
dictionary |
|
||
Inherited from |
|
|||
AETier |
active_tier AETier for the application currently in focus |
||
list with two entrys |
gesture counts how often in a row the last key combination was pressed: |
||
AEMonitor.MonitorCollection |
monitors Collection of all loaded AEMonitors |
||
AEState |
state Global state informaion. |
||
dictionary |
tiers All AETiers created for running applications: |
|
|||
Inherited from |
|
|
|
Removes all monitors and persists the current AEState. Informs all existing AETiers that their state should be persisted also. |
|
|
|
|
|
|
|
Compares the list of given application names and IDs with those currently associated with AETiers. Frees tiers in the tiers dictionary that no longer have associated applications.
|
Creates a new AETier using the application name and ID as a hash code. Ifinit is True , only creates the AETier if a
specific AEScript is associated with this profile for the named
application.
|
|
Switches the active AETier based on the current view's root accessible. The view's root accessible is queried for information that can uniquely identify the AETier to use. If an AETier already exists for the given view, it is activated. If one does not exist, an AETier is created using createAETier and made active. |
Informs the AEViewManager of a change in interest in AEEvents by some AETier. Used to optimize which system events are monitored in order to improve performance. Just acts as a proxy. |
Dispatches an AEEvent to the AETier to be handled by its AEScripts. Makes the final determination of on what layer the event occurred. Events from a focused source are already marked as AEConstants.Event.LAYER_FOCUS. Events from an unfocused source in the active AETier are marked as AEConstants.Event.LAYER_TIER. All other events for which a AETier exists to handle them are marked as AEConstants.Event.LAYER_BACKGROUND. |
|
|
|
|
|
|
gesturecounts how often in a row the last key combination was pressed:gesture[0]: pressed key, gesture[1]: counts how often in a row the key was pressed
|
stateGlobal state informaion. Has properties representing system-wide settings.
|
tiersAll AETiers created for running applications:Dictionary: { key: unique application ID, value: AETier }
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Jun 30 13:05:58 2008 | http://epydoc.sourceforge.net |