![]() |
Qt 6.x
The Qt SDK
|
#include <qtuiotoken_p.h>
Public Member Functions | |
QTuioToken (int id=-1) | |
int | id () const |
int | classId () const |
void | setClassId (int classId) |
void | setX (float x) |
float | x () const |
void | setY (float y) |
float | y () const |
void | setVX (float vx) |
float | vx () const |
void | setVY (float vy) |
float | vy () const |
void | setAcceleration (float acceleration) |
float | acceleration () const |
float | angle () const |
void | setAngle (float angle) |
float | angularVelocity () const |
void | setAngularVelocity (float angularVelocity) |
float | angularAcceleration () const |
void | setAngularAcceleration (float angularAcceleration) |
void | setState (const QEventPoint::State &state) |
QEventPoint::State | state () const |
A fiducial object, or token, represented by 2Dobj in TUIO 1.x and tok in TUIO 2: a physical object whose position and rotation can be uniquely tracked on the touchscreen surface.
Definition at line 19 of file qtuiotoken_p.h.
|
inline |
Definition at line 22 of file qtuiotoken_p.h.
|
inline |
Definition at line 69 of file qtuiotoken_p.h.
Referenced by setAcceleration().
|
inline |
Definition at line 71 of file qtuiotoken_p.h.
Referenced by setAngle().
|
inline |
Definition at line 86 of file qtuiotoken_p.h.
Referenced by setAngularAcceleration().
|
inline |
Definition at line 83 of file qtuiotoken_p.h.
Referenced by setAngularVelocity().
|
inline |
Definition at line 39 of file qtuiotoken_p.h.
Referenced by setClassId().
|
inline |
Definition at line 37 of file qtuiotoken_p.h.
|
inline |
Definition at line 68 of file qtuiotoken_p.h.
References acceleration().
|
inline |
Definition at line 72 of file qtuiotoken_p.h.
References angle(), M_PI, qFuzzyCompare(), setState(), state(), QEventPoint::Stationary, and QEventPoint::Updated.
|
inline |
Definition at line 87 of file qtuiotoken_p.h.
References angularAcceleration().
|
inline |
Definition at line 84 of file qtuiotoken_p.h.
References angularVelocity().
|
inline |
Definition at line 40 of file qtuiotoken_p.h.
References classId().
|
inline |
Definition at line 89 of file qtuiotoken_p.h.
References state().
Referenced by setAngle(), setX(), and setY().
|
inline |
Definition at line 62 of file qtuiotoken_p.h.
References vx().
|
inline |
Definition at line 65 of file qtuiotoken_p.h.
References vy().
|
inline |
Definition at line 42 of file qtuiotoken_p.h.
References qFuzzyCompare(), setState(), state(), QEventPoint::Stationary, QEventPoint::Updated, and x().
|
inline |
Definition at line 52 of file qtuiotoken_p.h.
References qFuzzyCompare(), setState(), state(), QEventPoint::Stationary, QEventPoint::Updated, and y().
|
inline |
Definition at line 90 of file qtuiotoken_p.h.
Referenced by setAngle(), setState(), setX(), and setY().
|
inline |
Definition at line 63 of file qtuiotoken_p.h.
Referenced by setVX().
|
inline |
Definition at line 66 of file qtuiotoken_p.h.
Referenced by setVY().
|
inline |
Definition at line 50 of file qtuiotoken_p.h.
Referenced by setX().
|
inline |
Definition at line 60 of file qtuiotoken_p.h.
Referenced by setY().