QHolsterReading Class
The QHolsterReading class holds readings from the holster sensor. More...
Header: | #include <QHolsterReading> |
qmake: | QT += sensors |
Since: | Qt 5.1 |
Inherits: | QSensorReading |
This class was introduced in Qt 5.1.
Properties
- holstered : const bool
- 1 property inherited from QSensorReading
- 1 property inherited from QObject
Public Functions
bool | holstered() const |
void | setHolstered(bool holstered) |
- 4 public functions inherited from QSensorReading
- 30 public functions inherited from QObject
Related Non-Members
typedef | QObjectList |
QList<T> | qFindChildren(const QObject *obj, const QRegExp ®Exp) |
T | qobject_cast(QObject *object) |
T | qobject_cast(const QObject *object) |
Macros
DECLARE_READING(classname) | |
IMPLEMENT_READING(classname) | |
QT_NO_NARROWING_CONVERSIONS_IN_CONNECT | |
Q_CLASSINFO(Name, Value) | |
Q_DISABLE_COPY(Class) | |
Q_DISABLE_COPY_MOVE(Class) | |
Q_DISABLE_MOVE(Class) | |
Q_EMIT | |
Q_ENUM(...) | |
Q_ENUM_NS(...) | |
Q_FLAG(...) | |
Q_FLAG_NS(...) | |
Q_GADGET | |
Q_INTERFACES(...) | |
Q_INVOKABLE | |
Q_NAMESPACE | |
Q_OBJECT | |
Q_PROPERTY(...) | |
Q_REVISION | |
Q_SET_OBJECT_NAME(Object) | |
Q_SIGNAL | |
Q_SIGNALS | |
Q_SLOT | |
Q_SLOTS |
Additional Inherited Members
- 1 public slot inherited from QObject
- 2 signals inherited from QObject
- 9 static public members inherited from QObject
- 9 protected functions inherited from QObject
Detailed Description
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.
Property Documentation
holstered : const bool
This property holds a value indicating whether the device is holstered.
Access functions:
bool | holstered() const |
See also QHolsterReading Units.
Member Function Documentation
void QHolsterReading::setHolstered(bool holstered)
Sets the holstered value to holstered.
See also holstered().