| Trees | Indices | Help |
|---|
|
|
object --+
|
baseObject.AutoPropertyObject --+
|
baseObject.ScriptableObject --+
|
NVDAObject --+
|
window.Window --+
|
IAccessible --+
|
MSHTML
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| boolean |
|
||
|
|||
| bool |
|
||
| basestring |
|
||
| basestring |
|
||
| basestring |
|
||
|
|||
| int |
|
||
| set of int |
|
||
|
|||
| NVDAObject or None |
|
||
| NVDAObject or None |
|
||
| NVDAObject or None |
|
||
| NVDAObject or None |
|
||
| NVDAObject or None |
|
||
| int |
|
||
| int |
|
||
| int |
|
||
|
|||
|
|||
|
|||
| NVDAObject |
|
||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
| boolean |
|
||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
HTMLNodeNameNavSkipList = ['#comment', 'SCRIPT', 'HEAD', 'HTML
|
|||
HTMLNodeNameEmbedList = ['OBJECT', 'EMBED', 'APPLET', 'FRAME',
|
|||
_ignoreCaretEvents = FalseSet to true when moving the caret to calculate lines, event_caret will be disabled. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Suspends caret events while you need to move the caret to calculate things.
|
|
Finds out if this class can be instanciated from the given super kwargs. If so it updates the kwargs to contain everything it will need to instanciate this class, and returns True. If this class can not be instanciated, it returns False and kwargs is not touched.
|
Chooses overlay classes which should be added to this object's class
structure after the object has been initially instantiated. After an
NVDAObject class (normally an API-level class) is instantiated, this
method is called on the instance to choose appropriate overlay classes.
This method may use properties, etc. on the instance to make this choice.
The object's class structure is then mutated to contain these classes.
|
If this NVDAObject should use a treeInterceptor, then this property provides the treeInterceptorHandler.TreeInterceptor class it should use. If not then it should be not implemented.
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Compaires the object of an event to self to see if the event should be treeted as duplicate.
|
Calculates if this object is equal to another object. Used by NVDAObject.__eq__.
|
|
Determine whether a focus event should be allowed for this object. Normally, this checks for the focused state to help eliminate redundant or invalid focus events. However, some implementations do not correctly set the focused state, so this must be overridden.
|
The name or label of this object (example: the text of a button).
|
The value of this object (example: the current percentage of a scrollbar, the selected option in a combo box).
|
The description or help text of this object.
|
|
The role or type of control this object represents (example: button, list, dialog).
|
Retreaves the current states of this object (example: selected, focused).
|
Retreaves this object's parent (the object that contains this object).
|
Retreaves the object directly before this object with the same parent.
|
Retreaves the object directly after this object with the same parent.
|
Retreaves the first object that this object contains.
|
Retreaves the last object that this object contains.
|
Retreaves the column number of this object if it is in a table.
|
Retreaves the row number of this object if it is in a table.
|
Retreaves the number of rows this object contains if its a table.
|
Scroll this object into view on the screen if possible.
|
Performs an action supported by this object. If index is not given then the default action will be used if it exists.
|
Tries to force this object to take the focus.
|
Retreaves the object that represents the table that this object is contained in, if this object is a table cell.
|
|
|||
HTMLNodeNameNavSkipList
|
HTMLNodeNameEmbedList
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:52 2011 | http://epydoc.sourceforge.net |