| Trees | Indices | Help |
|---|
|
|
object --+
|
baseObject.AutoPropertyObject --+
|
baseObject.ScriptableObject --+
|
NVDAObject --+
|
window.Window --+
|
IAccessible
the NVDAObject for IAccessible
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
| bool |
|
||
|
|||
| boolean |
|
||
| basestring |
|
||
| basestring |
|
||
|
|||
| basestring |
|
||
|
|||
|
|||
|
|||
| int |
|
||
|
|||
| set of int |
|
||
|
|||
| basestring |
|
||
| basestring |
|
||
| int |
|
||
| tuple of int |
|
||
|
|||
| NVDAObject or None |
|
||
| NVDAObject or None |
|
||
| NVDAObject or None |
|
||
| NVDAObject or None |
|
||
| NVDAObject or None |
|
||
| NVDAObject or None |
|
||
| list of NVDAObject |
|
||
|
|||
|
|||
| int |
|
||
| int |
|
||
| int |
|
||
| int |
|
||
| NVDAObject |
|
||
| NVDAObject or None |
|
||
|
|||
|
|||
|
|||
|
|||
| dict |
|
||
| int |
|
||
|
|||
|
|||
| NVDAObject |
|
||
| NVDAObject |
|
||
| textInfos.TextInfo |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| bool |
|
||
| list of str |
|
||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
| generator |
|
||
| boolean |
|
||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
IAccessibleTableUsesTableCellIndexAttrib = FalseShould the table-cell-index IAccessible2 object attribute be used rather than indexInParent? |
|||
IA2UniqueID = NoneThe cached IAccessible2::uniqueID if its implemented |
|||
re_positionInfoEncodedAccDescription = re.compile(r"L(?P<level
|
|||
hasEncodedAccDescription = FalseIf true, accDescription contains info such as level, and number of items etc. |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Provides a generator which can generate all the possible API classes (in priority order) that inherit directly from the class it was called on.
|
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.
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
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.
|
Calculates if this object is equal to another object. Used by NVDAObject.__eq__.
|
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).
|
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.
|
The role or type of control this object represents (example: button, list, dialog).
|
Retreaves the current states of this object (example: selected, focused).
|
The description or help text of this object.
|
The shortcut key that activates this object(example: alt+t).
|
Retreaves the number of children this object contains.
|
The location of this object on the screen.
|
Retreaves the object that this object is labeled by (example: the static text label beside an edit field).
|
Retreaves this object's parent (the object that contains this object).
|
Retreaves the object directly after this object with the same parent.
|
Retreaves the object directly before this object with the same parent.
|
Retreaves the first object that this object contains.
|
Retreaves the last object that this object contains.
|
Retreaves a list of all the objects directly contained by this object (who's parent is this object).
|
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 the object that represents the table that this object is contained in, if this object is a table cell.
|
Retreaves the child of this object that currently has, or contains, the focus.
|
Tries to force this object to take the focus.
|
Scroll this object into view on the screen if possible.
|
Retreaves position information for this object such as its level, its index with in a group, and the number of items in that group.
|
The index of this object in its parent object.
|
The object to which content flows from this object.
|
The object from which content flows to this object.
|
Retrieve the parent text range which embeds this object. The returned text range will have its start positioned on the embedded object character associated with this object. That is, calling textInfos.TextInfo.getEmbeddedObject() on the returned text range will return this object.
|
|
|
|
Determine if this object should be presented to the user in the focus ancestry.
|
Information about this object useful to developers. Subclasses may extend this, calling the superclass property first.
|
|
|||
re_positionInfoEncodedAccDescription
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:51 2011 | http://epydoc.sourceforge.net |