| Trees | Indices | Help |
|---|
|
|
object --+
|
baseObject.AutoPropertyObject --+
|
baseObject.ScriptableObject --+
|
NVDAObject --+
|
window.Window --+
|
UIA
|
|||
|
Inherited from |
|||
|
|||
|
|||
| a new object with type S, a subtype of T |
|
||
|
|||
| boolean |
|
||
|
|||
|
|||
|
|||
| list of str |
|
||
| basestring |
|
||
| int |
|
||
| basestring |
|
||
| basestring |
|
||
| set of int |
|
||
|
|||
| NVDAObject or None |
|
||
| NVDAObject or None |
|
||
| NVDAObject or None |
|
||
| NVDAObject or None |
|
||
| NVDAObject or None |
|
||
| int |
|
||
| int |
|
||
| int |
|
||
| int |
|
||
| int |
|
||
| tuple of int |
|
||
| basestring |
|
||
|
|||
| basestring |
|
||
|
|||
|
|||
|
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 Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
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.
|
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.
|
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Calculates if this object is equal to another object. Used by NVDAObject.__eq__.
|
Tries to force this object to take the focus.
|
Information about this object useful to developers. Subclasses may extend this, calling the superclass property first.
|
The name or label of this object (example: the text of a button).
|
The role or type of control this object represents (example: button, list, dialog).
|
The description or help text of this object.
|
The shortcut key that activates this object(example: alt+t).
|
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 row number of this object if it is in a table.
|
Retreaves the column number of this object if it is in a table.
|
Retreaves the number of rows this object contains if its a table.
|
Retreaves the number of columns this object contains if its a table.
|
Retreaves an identifyer of the process this object is a part of.
|
The location of this object on the screen.
|
The value of this object (example: the current percentage of a scrollbar, the selected option in a combo box).
|
Retreaves the number of actions supported by this object.
|
Retreaves the name of an action supported by this object. If index is not given then the default action will be used if it exists.
|
Performs an action supported by this object. If index is not given then the default action will be used if it exists.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:54 2011 | http://epydoc.sourceforge.net |