|
|
init(self)
Registers tasks to handle focus, caret, selector, state, and
property change events. |
source code
|
|
|
|
|
|
string
|
|
|
string
|
|
|
|
setAbsCaretPos(self,
pos)
Set absolute caret position |
source code
|
|
|
Integer
|
|
|
int
|
getLeftSlice(self,
totalcells,
por,
layer)
Get the leftmost slice indice for the current braille output |
source code
|
|
|
|
|
|
|
handleHome(self,
**kwargs)
Moves caret to first cell of first line, redraws braille
display |
source code
|
|
|
|
handleLineBegin(self,
**kwargs)
Moves caret to first cell in current line of text, redraws braille
display |
source code
|
|
|
|
handleTouchCursor(self,
argument=None,
**kwargs)
Sets caret at given location in text accessibles or left clicks
the center of the given accessible. |
source code
|
|
|
|
handleScrollForward(self,
**kwargs)
Scrolls Braille viewport to right |
source code
|
|
|
|
handleScrollBackward(self,
**kwargs)
Scrolls Braille viewport to left |
source code
|
|
|
|
handlePageForward(self,
**kwargs)
Scrolls Braille viewport to right one display length minus
overlap |
source code
|
|
|
|
handlePageBackward(self,
**kwargs)
Scrolls Braille viewport to left one display length minus
overlap |
source code
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
onCaretInserted(self,
por,
text,
text_offset,
**kwargs)
Outputs the entire text to braille display in a managed fashion
(overlaps, caret position, padding etc.). |
source code
|
|
|
boolean
|
onCaretMoved(self,
**kwargs)
Outputs the entire text to braille display in a managed fashion
(overlaps, caret position, padding etc.). |
source code
|
|
|
boolean
|
onCaretDeleted(self,
**kwargs)
Outputs the entire text to braille display in a managed fashion
(overlaps, caret position, padding etc.). |
source code
|
|
|
|
updateOnCaretChange(self,
por,
text,
text_offset,
added,
**kwargs)
Updates state variables and relies on other methods to handle any
output. |
source code
|
|
|
|
|
|
|
handleReview(self,
**kwargs)
Synchronizes the Braille display with the text at the pointer when
reviewing. |
source code
|
|
|
|
handlePointerToFocus(self,
**kwargs)
Synchronizes the Braille display with the text at the focus when
the pointer is warped back to the caret. |
source code
|
|
|
|
|
|
Inherited from AccessEngine.AEScript.EventScript:
chainNewEventTaskAround,
executeAroundTask,
onCaretChange,
onChildAdded,
onChildRemoved,
onChildrenChange,
onChooserChange,
onChooserEnd,
onChooserSignal,
onChooserStart,
onFocusChange,
onFocusLost,
onMouseChange,
onMouseMoved,
onMousePressed,
onMouseReleased,
onPropertyChange,
onScreenChange,
onScreenReflowed,
onScreenRefreshed,
onScreenResized,
onSelectorAdded,
onSelectorChange,
onSelectorRemoved,
onSelectorText,
onStateChange,
onTableChange,
onTableColumnDeleted,
onTableColumnInserted,
onTableColumnReordered,
onTableRowDeleted,
onTableRowInserted,
onTableRowReordered,
onViewChange,
onViewFirstGained,
onViewGained,
onViewLost,
onViewStartup,
registerEventTask,
unregisterEventTask,
updateAroundTask,
updateOnChildrenChange,
updateOnFocusChange,
updateOnMouseChange,
updateOnPropertyChange,
updateOnScreenChange,
updateOnSelectorChange,
updateOnStateChange,
updateOnTableChange,
updateOnViewChange
Inherited from AccessEngine.AEScript.AEScript:
__init__,
bindToEvent,
chainTask,
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__
|