QtMobility Reference Documentation

QHolsterReading Class Reference

The QHolsterReading class holds readings from the holster sensor. More...

 #include <QHolsterReading>

Inherits: QSensorReading.

Properties

Public Functions

bool holstered () const
void setHolstered ( bool holstered )

Additional Inherited Members

  • 1 public slot inherited from QObject
  • 1 signal inherited from QObject
  • 1 public variable inherited from QObject
  • 4 static public members inherited from QObject
  • 7 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

The 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.

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

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.