| Trees | Indices | Help |
|---|
|
|
object --+
|
baseObject.AutoPropertyObject --+
|
baseObject.ScriptableObject --+
|
TreeInterceptor
Intercepts events and scripts for a tree of NVDAObjects. When an NVDAObject is encompassed by this interceptor (i.e. it is beneath the root object or it is the root object itself), events will first be executed on this interceptor if implemented. Similarly, scripts on this interceptor take precedence over those of encompassed objects.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
| bool |
|
||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
isReady = True
|
|||
_cache_shouldPrepare = True
|
|||
shouldPrepare = FalseTrue if this treeInterceptor's prepare method should be called in order to make it ready (e.g. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Terminate this interceptor. This is called to perform any clean up when this interceptor is being destroyed. |
Whether this interceptor is alive. If it is not alive, it will be removed. |
Determine whether an object is encompassed by this interceptor.
|
|
|||
shouldPrepareTrue if this treeInterceptor's prepare method should be called in order to make it ready (e.g. load a virtualBuffer, or process the document in some way).
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:59 2011 | http://epydoc.sourceforge.net |