The QSensorGesture class represents one or more sensor gesture recognizers. More...
#include <QSensorGesture>
Inherits: QObject.
QSensorGesture ( const QStringList & ids, QObject * parent = 0 ) | |
~QSensorGesture () | |
QStringList | gestureSignals () const |
QStringList | invalidIds () const |
bool | isActive () |
void | startDetection () |
void | stopDetection () |
QStringList | validIds () const |
void | detected ( QString gestureId ) |
The QSensorGesture class represents one or more sensor gesture recognizers.
You may use QSensorGestureManager to obtain the systems known sensor gesture ids.
See also QSensorGestureRecognizer and QSensorGestureManager.
Constructs the sensor gesture, and initializes the ids list of recognizers, with parent parent
Destroy the QSensorGesture
Signals when the gestureId gesture has been recognized.
Returns all the possible gestures signals that may be emitted.
Returns the gesture recognizer ids that were not found.
Returns whether this gesture is active or not.
Starts the gesture detection routines in the recognizer.
Stops the gesture detection routines.
Returns the gesture recognizer ids that were found.