| |
CRGesture
category: Genie-Integration
superclass: Object
subclasses:
My instances describe a genie gesture. There are the following instance variables:
capturedFeature <CRFeature>
Features of the captured gesture
coordinates <CRRecognizerCoordinates>
Coordinates of the captured feature
dictionary <CRDictionary>
Dictionary for the feature lookup
lookupResult <CRLookupResult>
Result of the dictionary lookup for the captured feature
target <Moph>
The target morph
startEvent <MorphicEvent>
The event that started the capturing of this gesture
The lookupResult provides a wide variety of informations about the lookup process and th best
matches. (Usually it contains not only one match, but the best few matches). Amongst others,
it provides an iterator to walk through the matches.
A lot of methods in this class are just forwarded to the lookupResult. So, have a look at this
class (and CRlookupItem) to get more informations.
See the the class comment of AGenieDescription for more informations about the genie
events.




|
|