|
|
|
|
list of string
|
|
|
AEOutput
|
|
|
|
stopNow(script,
cap,
role,
dev=None,
sem=None,
reset=True,
**kwargs)
Tells the referenced or matching output devices to interrupt
current output and clear buffered data. |
source code
|
|
|
boolean
|
|
|
|
|
|
|
stopAll(script,
dev=None)
Tells the referenced output device to interrupt current output and
clear buffered data. |
source code
|
|
|
|
play(self,
script,
layer,
filename,
sem=None,
dev=None,
talk=True)
Outputs the contents of a file. |
source code
|
|
|
|
say(script,
cap,
role,
text,
layer,
por=None,
sem=None,
dev=None,
talk=True)
Sends a string of text to a device that supports string
display. |
source code
|
|
|
|
_chooseOutputDevices(cap,
role,
dev=None)
Convenience method to choose the appropriate output devices
according to the given capability and role. |
source code
|
|
|
object
|
send(script,
layer,
name,
value,
sem=None,
dev=None,
cap=None,
role=None)
Sends arbitrary data to a device. |
source code
|
|
|
AccessEngine.AEOutput.AEOutput.Style
|
|
|
AEState.Setting
|
|
|
object
|
getStyleVal(script,
name,
dev=None,
sem=None,
**kwargs)
Gets the AEOutput object for the given device, semantic tag,
and event layer, then immediately fetches the value of the AEState.Setting object with the given name. |
source code
|
|
|
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
sayFont(script,
cap,
role,
text=None,
template=u'%s',
dev=None,
talk=True,
**kwargs)
Calls View.getAccTextAttr and outputs the value associated
with the "family-name" property. |
source code
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
sayError(script,
cap,
role,
text=None,
template=u'%s',
dev=None,
talk=True,
**kwargs)
Outputs an SUE system error message. |
source code
|
|
|
boolean
|
sayInfo(script,
cap,
role,
text=None,
template=u'%s',
dev=None,
talk=True,
**kwargs)
Outputs an informational SUE system message. |
source code
|
|
|
boolean
|
sayConfirm(script,
cap,
role,
text=None,
template=u'%s',
dev=None,
talk=True,
**kwargs)
Outputs a confirmation message for a user action. |
source code
|
|
|
boolean
|
|
|
boolean
|
|
|
|
|
|
object
|
setBrlTruncate(script,
layer,
value,
cap,
role,
sem=None,
dev=None)
Sets a two-item tuple (left, right) to the device indicating if a
line of text has been truncated either on the left or right side. |
source code
|
|
|
tuple
|
|
|
integer
|
getBrlMissingCellCount(script,
layer,
cap,
role,
sem=None,
dev=None)
Gets the number of missing/broken cells defined by the
"missing cell string" user setting. |
source code
|
|
|
|
setMagGoto(script,
layer,
value,
cap,
role,
sem=None,
dev=None)
Sets the viewport of the magnifier |
source code
|
|
|
tuple
|
getMagROI(script,
layer,
cap,
role,
sem=None,
dev=None)
Get the region of interest from magnifier device. |
source code
|
|
|
string
|
getClosestLang(script,
layer,
tag,
cap,
role,
sem=None,
dev=None)
Get the closest language supported by the device to the one given
by the IANA tag. |
source code
|
|