| Trees | Indices | Help |
|---|
|
|
object --+
|
GestureList
Manages a list of Gesture objects in the order in which they occured. Represents a sequence of Gestures for the purposes of detecting and filtering that sequence when it occurs on an input device.
|
|||
|
|||
| boolean |
|
||
| integer |
|
||
| Gesture |
|
||
|
|||
| integer |
|
||
| string |
|
||
| AEInput.AEInput |
|
||
|
Inherited from |
|||
|
|||
| AEInput.AEInput |
device Input device on which the Gesture sequence is performed |
||
| list of Gesture |
gestures Gestures in the sequence |
||
| integer |
hash Cached copy of the hash value of the GestureList |
||
|
|||
|
Inherited from |
|||
|
|||
Stores a reference to the input device. If action codes are specified, wraps them in Gesture objects and stores those objects. If Gestures are specified, stores those objects. If Gestures to copy are given, makes a copy of those objects and stores the copies, not the original references. If none of these is given, creates an empty list to be filled with Gestures later.
|
Compares this GestureList to the one provided to see if they represent the same sequence of Gestures on the same device. The comparison performed is order dependent since a different sequence of Gestures could represent a different input intention.
|
Builds a hash code for this GestureList based on its Gesture contents by XORing their hash values together. The hash code is used by an AEInput device to store and retrieve filters from a dictionary.
|
Gets the Gesture stored at the given index. If the index is invalid, raises IndexError.
|
Adds a Gesture to the end of this GestureList. |
Gets the total number of Gestures currently in this GestureList.
|
Gets a human readable representation of all the Gestures in this GestureList determined by the AEInput device on which they are performed.
|
Gets the device on which the Gestures in this GestureList are performed.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:16 2007 | http://epydoc.sourceforge.net |