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

Public Functions

bool holstered() const
void setHolstered(bool holstered)

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().

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.