GEIS  2.0
Gesture Engine Interface Support
GeisGestureClass Class Reference

A defined gesture classifier. More...

#include <geis.h>

Public Member Functions

void geis_gesture_class_ref (GeisGestureClass gesture_class)
 Increments the reference count of a gesture class object. More...
 
void geis_gesture_class_unref (GeisGestureClass gesture_class)
 Decrements the reference count of a gesture class object. More...
 
GeisString geis_gesture_class_name (GeisGestureClass gesture_class)
 Gets the name of the gesture class. More...
 
GeisInteger geis_gesture_class_id (GeisGestureClass gesture_class)
 Gets the numeric identifier of the gesture class. More...
 
GeisSize geis_gesture_class_attr_count (GeisGestureClass gesture_class)
 Gets the number of attributes of the gesture class. More...
 
GeisAttr geis_gesture_class_attr (GeisGestureClass gesture_class, int index)
 Gets the indicated attribute of the gesture class. More...
 

Detailed Description

A defined gesture classifier.

GeisGestureClass objects are created by the GEIS API and are reference counted. An application needs to increment and decrement the reference count of a gesture class object to control its persistence.


The documentation for this class was generated from the following file: