The QHolsterReading class holds readings from the holster sensor. 更多...
头: | #include <QHolsterReading> |
qmake: | QT += sensors |
Since: | Qt 5.1 |
继承: | QSensorReading |
QHolsterReading (QObject * parent = DECLARE_READING(QHolsterReading)) | |
virtual | ~QHolsterReading () |
bool | holstered () const |
void | setHolstered (bool holstered ) |
virtual void | copyValuesFrom (QSensorReading * other ) override |
const QMetaObject | staticMetaObject |
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.
访问函数:
bool | holstered () const |
另请参阅 QHolsterReading Units .
Default constructs an instance of QHolsterReading.
[虚拟]
QHolsterReading::
~QHolsterReading
()
Destroys the instance of QHolsterReading. The destructor is virtual.
[override virtual]
void
QHolsterReading::
copyValuesFrom
(
QSensorReading
*
other
)
Sets the holstered value to holstered .
另请参阅 holstered ().