| Trees | Indices | Help |
|---|
|
|
object --+
|
Base.TaskTools --+
|
Output
Provides methods for doing output on any AEOutput device.
|
|||
|
|||
| list of string |
|
||
| AEOutput |
|
||
|
|||
| boolean |
|
||
|
|||
|
|||
|
|||
|
|||
| object |
|
||
| AEOutput.Style |
|
||
| AEState.Setting |
|
||
| object |
|
||
|
|||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
|
|||
| object |
|
||
| tuple |
|
||
| integer |
|
||
|
|||
| tuple |
|
||
| string |
|
||
|
Inherited from Inherited from Inherited from |
|||
|
|||
| integer |
may_stop = 0Count of the number of calls to inhibitMayStop. |
||
|
|||
|
Inherited from |
|||
|
|||
Sets the ideal device capabilities to be used to locate a device for all output methods invoked from the caller's Perk module, including the Perk class itself and all of its registered Tasks. The capabilities list should include strings naming AEOutput interfaces ("audio" and/or "braille") at present.
|
Gets the ideal device capabilities to locate a device to be used by all output methods invoked from the caller's Perk module, including the Perk class itself and all of its registered Tasks.
|
Gets an AEOutput device from the DeviceManager given its name or its capabilities. The capabilities list may include strings naming AEOutput interfaces ("audio" and/or "braille" at present). If neither is specified, the first available output device in the DeviceManager is returned.
|
Tells the referenced output device to interrupt current output and clear buffered data.
|
Stops the device if may_stop is zero. When non-zero, decrements the count.
|
Prevents the next call to mayStop from stopping the device provided to that call. Adds one to the may_stop flag. |
Tells the referenced output device to interrupt current output and clear buffered data. Unlike stopNow, this ignores the layer on which the method was called and any semantic information. Everything on the device is stopped, even when TierManager.LSRState stopping setting is False.
|
Outputs the contents of a file. The device used to do the output gets to decide what to do with the file based on its contents and the semantic tag and event layer information given.
|
Sends a string of text to a device that supports string display. If talk is False, the device should buffer the text until another method call occurs which sends a Talk to the device.
|
Sends arbitrary data to a device. The device must recognize the name in order to decide what to do with the value data. This is a generic method which receives all content and commands to be rendered and executed on a device. Standard name identifiers should be used whenever possible. For instance, AEConstants.Output.CMD_STOP and AEConstants.Output.CMD_TALK. However, device specific names and values are certainly possible. Only use this method if no other output method is suitable for your purposes.
|
Gets the AEOutput.Style object for the given device, semantic tag, and event layer. This is a low level method that allows direct access to AEOutput.Style style objects.
See Also: getStyleSetting |
Gets the AEOutput.Style object for the given device, semantic tag, and event layer, then immediately fetches the AEState.Setting object with the given name. This is a low level method that allows direct access to AEState.Settings on the style. It is permissible to read/write the value property of settings fields and register for change notifications.
|
Gets the AEOutput.Style object for the given device, semantic tag, and event layer, then immediately fetches the value of the AEState.Setting object with the given name.
|
Gets the AEOutput.Style object for the given device, semantic tag, and event layer, then immediately sets the value of the AEState.Setting object with the given name.
|
Calls Task.Tools.View.View.getAccAllTextAttrs and outputs the result.
|
Calls Task.Tools.View.View.getWordText and outputs the result.
|
Calls Task.Tools.View.View.getCharText and outputs the result.
|
Calls Task.Tools.View.View.getAccName and outputs the result.
|
Calls Task.Tools.View.View.getAccLabel and outputs the result.
|
Calls Task.Tools.View.View.getItemText and outputs the result.
|
Calls Task.Tools.View.View.getWindowTitle and outputs the result.
|
Calls Task.Tools.View.View.getAccLabel and outputs the result.
|
Calls Task.Tools.View.View.getAppName and outputs the result.
|
Calls Task.Tools.View.View.getAccTextAttr and outputs the value associated with the "family-name" property.
|
Calls Task.Tools.View.View.getAccCount and outputs the result.
|
Calls Task.Tools.View.View.getAccIndex and outputs the result.
|
Calls Task.Tools.View.View.getAccTextAttr and outputs the value associated with the "fg-color" property.
|
Calls Task.Tools.View.View.getAccRoleName and outputs the result.
|
Calls Task.Tools.View.View.getAccLevel and outputs the result.
|
Calls Task.Tools.View.View.getItemText and outputs the result.
|
Calls Task.Tools.View.View.getStateText and outputs the result.
|
Calls Task.Tools.View.View.getAccDesc and outputs the result.
|
Calls Task.Tools.View.View.getAccClickKey and outputs the result after replacing <> characters.
|
Outputs an LSR system error message. POR ignored.
|
Outputs an informational LSR system message. POR ignored.
|
Outputs a confirmation message for a user action. POR ignored.
|
Calls Task.Tools.View.View.getAccFloatValue and outputs the result.
|
Calls Task.Tools.View.View.getAccFloatValueExtents and outputs the result.
|
Sets caret location on the device.
|
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.
|
Gets a two-item tuple (left and right) containing the ellipsis length.
|
Gets the number of missing/broken cells defined by the "missing cell string" user setting.
|
Sets the viewport of the magnifier
|
Get the region of interest from magnifier device
|
Get the closest language supported by the device to the one given by the IANA tag. See the AEOutput.Style.AudioStyle comment about languages for help on formatting a proper IANA tag.
|
|
|||
may_stopCount of the number of calls to inhibitMayStop. When greater than zero, the next call to mayStop will decrement the count. When zero, mayStop will send a stop to the output device.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:23 2007 | http://epydoc.sourceforge.net |