|
|
__init__(self,
rootNVDAObject,
backendName=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
prepare(self)
Prepares this treeInterceptor so that it becomes ready to accept
event/script input. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NVDAObjects.NVDAObject
|
|
|
2-tuple.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _searchableAttributesForNodeType(self,
nodeType) |
source code
|
|
|
|
| _iterNodesByType(self,
nodeType,
direction="next",
offset=-1) |
source code
|
|
|
|
| _iterNodesByAttribs(self,
attribs,
direction="next",
offset=-1) |
source code
|
|
|
|
| _quickNavScript(self,
gesture,
nodeType,
direction,
errorMessage,
readUnit) |
source code
|
|
|
|
|
|
|
|
|
|
| event_caretMovementFailed(self,
obj,
nextHandler,
gesture=None) |
source code
|
|
|
|
|
|
|
| script_collapseOrExpandControl(self,
gesture) |
source code
|
|
|
bool
|
_tabOverride(self,
direction)
Override the tab order if the virtual buffer caret is not within the
currently focused node. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
bool
|
|
|
|
|
|
|
|
|
|
|
|
bool
|
|
|
|
|
|
|
| _iterTableCells(self,
tableID,
startPos=None,
direction="next",
row=None,
column=None) |
source code
|
|
|
|
| _getNearestTableCell(self,
tableID,
startPos,
origRow,
origCol,
origRowSpan,
origColSpan,
movement,
axis) |
source code
|
|
|
|
| _tableMovementScriptHelper(self,
movement="next",
axis=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bool
|
|
|
|
| _iterNotLinkBlock(self,
direction="next",
offset=-1) |
source code
|
|
|
TextInfo position
|
|
|
|
|
|
bool
|
|
|
Inherited from cursorManager.CursorManager:
doFindText,
doFindTextDialog,
initCursorManager,
initOverlayClass,
script_bottomOfDocument,
script_copyToClipboard,
script_endOfLine,
script_find,
script_findNext,
script_findPrevious,
script_moveByCharacter_back,
script_moveByCharacter_forward,
script_moveByLine_back,
script_moveByLine_forward,
script_moveByPage_back,
script_moveByPage_forward,
script_moveByParagraph_back,
script_moveByParagraph_forward,
script_moveByWord_back,
script_moveByWord_forward,
script_selectAll,
script_selectCharacter_back,
script_selectCharacter_forward,
script_selectLine_back,
script_selectLine_forward,
script_selectPage_back,
script_selectPage_forward,
script_selectParagraph_back,
script_selectParagraph_forward,
script_selectToBeginningOfLine,
script_selectToBottomOfDocument,
script_selectToEndOfLine,
script_selectToTopOfDocument,
script_selectWord_back,
script_selectWord_forward,
script_startOfLine,
script_topOfDocument
Inherited from cursorManager.CursorManager (private):
_caretMovementScriptHelper,
_get_selection,
_selectionMovementScriptHelper
Inherited from treeInterceptorHandler.TreeInterceptor:
__contains__
Inherited from treeInterceptorHandler.TreeInterceptor (private):
_get_isAlive,
_get_passThrough,
_set_passThrough
Inherited from baseObject.ScriptableObject:
bindGesture,
bindGestures,
clearGestureBindings,
getScript
Inherited from baseObject.AutoPropertyObject:
invalidateCache
Inherited from baseObject.AutoPropertyObject (private):
_getPropertyViaCache
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|