QHolsterReading Class

QHolsterReading class holds readings from the holster sensor. 更多...

头: #include <QHolsterReading>
qmake: QT += sensors
Since: Qt 5.1
继承: QSensorReading

特性

公共函数

bool holstered () const
void setHolstered (bool holstered )

额外继承成员

详细描述

QHolsterReading class holds readings from the holster sensor.

QHolsterReading Units

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.

特性文档编制

holstered : const bool

This property holds a value indicating whether the device is holstered.

访问函数:

bool holstered () const

另请参阅 QHolsterReading Units .

成员函数文档编制

void QHolsterReading:: setHolstered ( bool holstered )

Sets the holstered value to holstered .

另请参阅 holstered ().