sensorfw
|
Sensor for accessing device wristgesture. More...
#include <wristgesturesensor.h>
Public Slots | |
bool | start () |
bool | stop () |
Signals | |
void | wristgestureChanged (const int &wristgesture) |
Sent whenever wristgesture interpretation has changed. More... | |
Public Member Functions | |
Unsigned | wristgesture () const |
Property method returning current wristgesture. More... | |
Static Public Member Functions | |
static AbstractSensorChannel * | factoryMethod (const QString &id) |
Factory method for WristGestureSensorChannel. More... | |
Protected Member Functions | |
WristGestureSensorChannel (const QString &id) | |
virtual | ~WristGestureSensorChannel () |
Properties | |
Unsigned | wristgesture |
Sensor for accessing device wristgesture.
Provides device wristgesture based on the direction of acceleration vector. Threshold value (mG) is used to control the sensitivity of change from one wristgesture into another. See #WristGestureInterpreter for details on threshold.
Definition at line 51 of file wristgesturesensor.h.
|
protected |
|
protectedvirtual |
|
inlinestatic |
Factory method for WristGestureSensorChannel.
Definition at line 64 of file wristgesturesensor.h.
|
slot |
|
slot |
|
inline |
Property method returning current wristgesture.
Definition at line 76 of file wristgesturesensor.h.
|
signal |
Sent whenever wristgesture interpretation has changed.
wristgesture | New wristgesture. |
|
read |
Definition at line 1 of file wristgesturesensor.h.