The QHolsterReading class holds readings from the holster sensor. More...
#include <QHolsterReading>
Inherits: QSensorReading.
bool | holstered () const |
void | setHolstered ( bool holstered ) |
The QHolsterReading class holds readings from the holster sensor.
The holster sensor can detect if a device is holstered or not. A holster is a pocket, similar to a gun holster, specifically made for the device. If the device is inside of this pocket, it is holstered. The holster supports the device in detecting whether the device is holstered or not.
This property holds a value indicating whether the device is holstered.
Access functions:
bool | holstered () const |
See also QHolsterReading Units.
Sets the holstered value to holstered.
See also holstered().