| Trees | Indices | Help |
|---|
|
|
object --+
|
baseObject.AutoPropertyObject --+
|
inputCore.InputGesture --+
|
BrailleDisplayGesture
A button, wheel or other control pressed on a braille display.
Subclasses must provide source and id. routingIndex should be provided for routing buttons. If
the braille display driver is a baseObject.ScriptableObject, it can provide scripts
specific to input gestures from this display.
|
|||
|
Inherited from |
|||
|
|||
| str |
|
||
| str |
|
||
| list or tuple of str |
|
||
| str |
|
||
| baseObject.ScriptableObject |
|
||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
routingIndex = Nonehash(x) |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
The string used to identify all gestures from this display. This
should generally be the driver name. This string will be included in the
source portion of gesture identifiers. For example, if this was
|
The identifier(s) which will be used in input gesture maps to
represent this gesture. These identifiers will be looked up in order
until a match is found. A single identifier should take the form:
|
The name of this gesture as presented to the user. Subclasses must implement this method.
|
An object which contains scripts specific to this gesture or type of gesture. This object will be searched for scripts before any other object when handling this gesture.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:57 2011 | http://epydoc.sourceforge.net |