|
|
findOverlayClasses(self,
clsList)
Chooses overlay classes which should be added to this object's class
structure after the object has been initially instantiated. |
source code
|
|
|
|
__init__(self,
windowHandle=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
boolean
|
|
|
basestring
|
|
|
int
|
_get_role(self)
The role or type of control this object represents (example: button,
list, dialog). |
source code
|
|
|
|
|
|
|
|
|
tuple of int
|
|
|
|
_get_displayText(self)
The text at this object's location according to the display model for
this object's window. |
source code
|
|
|
|
redraw(self)
Redraw the display for this object. |
source code
|
|
|
|
|
|
int
|
|
|
|
|
|
NVDAObject or None
|
|
|
NVDAObject or None
|
|
|
NVDAObject or None
|
|
|
NVDAObject or None
|
|
|
NVDAObject or None
|
|
|
|
|
|
set of int
|
|
|
|
|
|
|
|
|
|
| correctAPIForRelation(self,
obj,
relation=None) |
source code
|
|
|
|
|
|
list of str
|
|
|
Inherited from NVDAObject:
__eq__,
__ne__,
doAction,
event_becomeNavigatorObject,
event_caret,
event_descriptionChange,
event_focusEntered,
event_foreground,
event_gainFocus,
event_mouseMove,
event_nameChange,
event_stateChange,
event_typedCharacter,
event_valueChange,
getActionName,
makeTextInfo,
reportFocus,
scrollIntoView,
setFocus
Inherited from NVDAObject (private):
_findSimpleNext,
_get_actionCount,
_get_activeChild,
_get_appModule,
_get_basicText,
_get_childCount,
_get_children,
_get_columnCount,
_get_columnNumber,
_get_container,
_get_defaultActionIndex,
_get_description,
_get_embeddingTextInfo,
_get_flatReviewPosition,
_get_flowsFrom,
_get_flowsTo,
_get_indexInParent,
_get_isPresentableFocusAncestor,
_get_isProtected,
_get_keyboardShortcut,
_get_labeledBy,
_get_positionInfo,
_get_presentationType,
_get_recursiveDescendants,
_get_rowCount,
_get_rowNumber,
_get_simpleFirstChild,
_get_simpleLastChild,
_get_simpleNext,
_get_simpleParent,
_get_simplePrevious,
_get_statusBar,
_get_table,
_get_treeInterceptor,
_get_treeInterceptorClass,
_get_value,
_set_treeInterceptor
Inherited from baseObject.ScriptableObject:
bindGesture,
bindGestures,
clearGestureBindings,
getScript
Inherited from baseObject.AutoPropertyObject:
invalidateCache
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|