| Trees | Indices | Help |
|
|---|
|
|
Organization: IBM Corporation
Copyright: Copyright (c) 2005, 2007 IBM Corporation
License:
The BSD License
All rights reserved. This program and the accompanying materials are made available under the terms of the BSD license which accompanies this distribution, and is available at http://www.opensource.org/licenses/bsd-license.php
|
|||
| integer |
CMD_NOOP = 0No-op command for all devices. |
||
| integer |
CMD_STOP = 1Instruct the output device to stop. |
||
| integer |
CMD_TALK = 2Instruct the output device to send buffered data. |
||
| integer |
CMD_STRING = 3Instruction indicating that a string is being sent to an output device. |
||
| integer |
CMD_FILENAME = 5Instruction indicating that a file name is being sent to an output device. |
||
| integer |
CMD_GET_CLOSEST_LANG = 8Instruction indicating that an output device should output the closest language possible. |
||
BRAILLE_CMD = 0x0010
|
|||
| integer |
CMD_CARET = BRAILLE_CMD | 0x0001Braille command used to retrieve current caret position. |
||
| integer |
CMD_TRUNCATE = BRAILLE_CMD | 0x0002Braille command used to retrieve right and left text trucation indicators. |
||
| integer |
CMD_GET_ELLIPSIS_SIZE = BRAILLE_CMD | 0x0003Braille command to retrieve both left and right ellipsis sizes as number of cells. |
||
| integer |
CMD_GET_MISSINGCELL_COUNT = BRAILLE_CMD | 0x0004Braille command to retrieve the number of missing or broken cells. |
||
| integer |
CMD_INDEX = 7Instruction indicating that an output device is receiving an index marker. |
||
| integer |
CMD_STRING_SYNC = 4Instruction indicating that an output device should buffer the given string. |
||
| integer |
CMD_GOTO = 9Magnifier command instructing magnifier to goto a specified screen position. |
||
| integer |
CMD_GET_ROI = 10Magnifier command used to retrieve the region of interest from the magnifier device. |
||
| integer |
CARET_NONE = 0Braille command indicating no caret will be used. |
||
| integer |
CARET_TWO_BOTTOM = 1Braille command indicating the bottom two pins will be used to represent the caret. |
||
| integer |
CARET_BOTTOM_RIGHT = 2Braille command indicating the bottom right pin will be used to represent the caret. |
||
CARET_ALL = 3
|
|||
| integer |
CARET_LAST = 3Constant representing last caret type. |
||
| integer |
ELLIPSIS_CONTINUATION = 0Braille command indicating that the continuation symbol will be used for the ellipsis. |
||
| integer |
ELLIPSIS_ELLIPSIS = 1Braille command indicating that the ellipsis symbol will be used for the ellipsis. |
||
| integer |
ELLIPSIS_LAST = 1Constant representing last ellipsis type. |
||
| dictionary |
OUTPUT_COMMAND_NAMES = dict([(value, name.lower() [4:].replaceDictionary containing all output commands. |
||
|
|||
CARET_LASTConstant representing last caret type. Used for iterating through caret types.
|
ELLIPSIS_LASTConstant representing last ellipsis type. Used for iterating through ellipsis types.
|
OUTPUT_COMMAND_NAMESDictionary containing all output commands.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 30 13:05:46 2008 | http://epydoc.sourceforge.net |