Uses of Class
io.qt.sensors.QTapReading.TapDirection
Package | Description |
---|---|
io.qt.sensors |
-
Uses of QTapReading.TapDirection in io.qt.sensors
Methods in io.qt.sensors that return QTapReading.TapDirection Modifier and Type Method Description static QTapReading.TapDirection
QTapReading.TapDirection. resolve(int value)
Returns the corresponding enum entry for the given value.QTapReading.TapDirection
QTapReading. tapDirection()
static QTapReading.TapDirection
QTapReading.TapDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static QTapReading.TapDirection[]
QTapReading.TapDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.sensors with parameters of type QTapReading.TapDirection Modifier and Type Method Description void
QTapReading. setTapDirection(QTapReading.TapDirection tapDirection)