The QSensorGesturePluginInterface class is the pure virtual interface to sensor gesture plugins. More...
#include <QSensorGesturePluginInterface>
This class was introduced in QtSensors 5.0.
QSensorGesturePluginInterface () | |
virtual | ~QSensorGesturePluginInterface () |
virtual QList<QSensorGestureRecognizer *> | createRecognizers () = 0 |
virtual QString | name () const = 0 |
virtual QStringList | supportedIds () const = 0 |
The QSensorGesturePluginInterface class is the pure virtual interface to sensor gesture plugins.
The QSensorGesturePluginInterface class is implemented in sensor gesture plugins to register sensor gesture recognizers with QSensorGestureManager.
See also QtSensorGestures Plugins.
Construct the QSensorGesturePluginInterface.
Destroy the QSensorGesturePluginInterface.
Called by the manager to create the recognizers. Plugins should initialize and register their recognizers using QSensorGestureManager::registerSensorGestureRecognizer() here.
See also QSensorGestureManager.
Returns this plugins name.
Returns a list of the recognizer Id's that this plugin supports.