|
|
|
|
|
resetLasts(self,
container='')
Resets variables tracking the last container, caret position, tree
level, selection length, row/col offsets, and row/col count on view change. |
source code
|
|
|
|
|
|
|
|
|
string
|
|
|
string
|
|
|
|
|
|
|
stopSpeech(self,
**kwargs)
Task to stop speech immediately, ignoring the value of the
Stopping setting. |
source code
|
|
|
|
|
|
|
|
|
|
readReviewItem(self,
**kwargs)
Reads the details of the item at the pointer or speaks an
informational message about why the item cannot be read. |
source code
|
|
|
|
|
|
|
readReviewWord(self,
text=None,
**kwargs)
Reads the word at the pointer or speaks an informational message
about why the word cannot be read. |
source code
|
|
|
|
readReviewChar(self,
**kwargs)
Reads the character at the pointer or speaks an informational
message about why the item cannot be read. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
readPointerToFocus(self,
por,
**kwargs)
Reports the new location of the pointer AEPor
when it snaps back to the application focus, selection, and caret
position. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readNewHeaders(self,
por=None,
**kwargs)
Reads the row/column headers if they differ from the last ones
announced. |
source code
|
|
|
|
readNewRole(self,
por=None,
role=None,
say_role=True,
**kwargs)
Speaks the role of the given AEPor if
it is different from the last role read. |
source code
|
|
|
|
readNewLevel(self,
por=None,
**kwargs)
Reads the tree level of a widget if it's different from the last
level read. |
source code
|
|
|
|
readNewLabel(self,
por=None,
**kwargs)
Read the label on a widget if it is different from the item text
of the widget and the last container label read. |
source code
|
|
|
|
readNewContainer(self,
por=None,
**kwargs)
Speaks the first interesting ancestor of the given AEPor if
it is different from the last interesting ancestor announced. |
source code
|
|
|
|
readMessage(self,
text,
sem=AEConstants.SEM_INFO,
**kwargs)
Makes an arbitrary announcement using the given semantic for
styling. |
source code
|
|
|
|
readAll(self,
interval=None,
**kwargs)
Read the remaining contents of the active view starting at the
current point of regard. |
source code
|
|
|
|
|
|
|
readTop(self,
**kwargs)
Read top of the active view, typically the title of the foreground
window. |
source code
|
|
|
dictionary
|
_getAttrs(self,
**kwargs)
Reusable method for getting default and current text attributes
and merging them into one dictionary. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
boolean
|
onViewFirstGained(self,
**kwargs)
Announces the title of the first view to be activated, but without
stopping previous speech which is likely to be the SUE welcome
message. |
source code
|
|
|
boolean
|
|
|
boolean
|
|
|
|
inViewTimer(self,
**kwargs)
Executes some time after a View lost event to check for an active
window. |
source code
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
onSelectorText(self,
text,
**kwargs)
Announces the localized word selected or unselected followed by
the total number of characters in the selection. |
source code
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
|
updateOnCaretChange(self,
por,
text,
text_offset,
added,
**kwargs)
Updates the last caret cache with the current AEPor,
but only if the temp value of 'no update' has not been set to
True. |
source code
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
Inherited from AccessEngine.AEScript.EventScript:
chainNewEventTaskAround,
executeAroundTask,
onChildAdded,
onChildRemoved,
onChildrenChange,
onChooserChange,
onChooserEnd,
onChooserSignal,
onChooserStart,
onFocusChange,
onFocusLost,
onMouseChange,
onMouseMoved,
onMousePressed,
onMouseReleased,
onScreenChange,
onScreenReflowed,
onScreenRefreshed,
onScreenResized,
onSelectorAdded,
onSelectorChange,
onSelectorRemoved,
onTableChange,
onTableColumnDeleted,
onTableColumnInserted,
onTableColumnReordered,
onTableRowDeleted,
onTableRowInserted,
onTableRowReordered,
onViewChange,
onViewStartup,
registerEventTask,
unregisterEventTask,
updateAroundTask,
updateOnChildrenChange,
updateOnFocusChange,
updateOnMouseChange,
updateOnPropertyChange,
updateOnScreenChange,
updateOnSelectorChange,
updateOnStateChange,
updateOnTableChange,
updateOnViewChange
Inherited from AccessEngine.AEScript.AEScript:
__init__,
bindToEvent,
chainTask,
close,
doCyclicInputTask,
doTask,
getAETier,
getAnchorScriptClassName,
getAnchorTaskId,
getChainSegment,
getChooserTask,
getCommandTask,
getEventTasks,
getIdealOutput,
getLastKey,
getOutputDevices,
getPointerPOR,
getRegisteredTask,
getScriptSetting,
getScriptSettingVal,
getState,
getTaskKeys,
getTempData,
getVirtualPOR,
mergeChain,
postClose,
preInit,
registerChooserTask,
registerCommand,
registerCyclicInputTask,
registerCyclicInputTasks,
registerModifiers,
registerTask,
registerTimerTask,
setIdealOutput,
setPointerPOR,
setScriptSettingVal,
setTempData,
setVirtualPOR,
unbindFromEvent,
unchainTask,
unregisterChooserTask,
unregisterCommand,
unregisterCyclicInputTask,
unregisterModifiers,
unregisterTask,
unregisterTaskFromCyclicInputTask,
unregisterTimerTask
Inherited from AccessEngine.AEUserInterface.AEUserInterface:
getClassName,
getPath
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|