|
init(self)
Creates and shows the monitor window and its components. |
source code
|
|
|
|
|
|
integer
|
|
tuple
|
|
|
_createMonitorWindow(self)
Creates the window for the braille monitor by setting up as many
labels as there are braille modules requested along with the same
number of drawing areas so at some point the braille dot pattern per
character may be shown underneath the labels. |
source code
|
|
|
|
|
sendTalk(self,
style=None)
Iterates through list of commands and builds output string
including user selected ellipsis and caret. |
source code
|
|
|
|
|
print_hello(self,
x,
data)
Nur zum Testen der Untermenüs |
source code
|
|
|
_clear(self)
Clears Braille monitor of all contents. |
source code
|
|
|
|
3-tuple of lists of string, AEPor, AccessEngine.AEOutput.AEOutput.Style
|
parseString(self,
text,
style,
por,
sem)
Overwrites the same method in Braille.Braille Is this the correct
place to replace tab and eol characters? |
source code
|
|
|
sendCaret(self,
pos,
style)
Sends the current caret position relative to the first cell
(zero-offset) on the device. |
source code
|
|
|
|
Inherited from Braille.Braille :
getCapabilities ,
getProxy ,
send ,
sendFilename ,
sendTruncate
|