Datatype for device tap events.
TapData::Direction direction_
Direction of tap.
TapData(const quint64 ×tamp, Direction direction, Type type)
Constructor.
Direction
Direction of tap.
@ BottomTop
Tapped from bottom to top.
@ RightLeft
Tapped from right to left.
@ Y
Top or down side tapped.
@ LeftRight
Tapped from left to right.
@ BackFace
Tapped from back to face.
@ TopBottom
Tapped from top to bottom.
@ X
Left or right side tapped.
@ FaceBack
Tapped from face to back.
@ Z
Face or bottom tapped.
TapData::Type type_
Type of tap.
A base class for measurement data that contain timestamp.
Basic datatypes for filters.