The QHolsterReading class holds readings from the holster sensor. 更多...
头: | #include <QHolsterReading> |
qmake: | QT += sensors |
Since: | Qt 5.1 |
继承: | QSensorReading |
该类在 Qt 5.1 引入。
bool | holstered () const |
void | setHolstered (bool holstered ) |
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.
访问函数:
bool | holstered () const |
另请参阅 QHolsterReading Units .
Sets the holstered value to holstered .
另请参阅 holstered ().