QProximityReading ClassThe QProximityReading class represents one reading from the proximity sensor. More... #include <QProximityReading> Inherits: QSensorReading. QProximityReading is instantiated by QML element ProximityReading Properties
Public Functions
Additional Inherited Members
Detailed DescriptionThe QProximityReading class represents one reading from the proximity sensor. The proximity sensor can only indicate if an object is close or not. The distance at which an object is considered close is device-specific. This distance may be available in the QSensor::outputRanges property. Property Documentation
|
bool | close() const |
See also QProximityReading_Units.
Sets the close value to close.
See also close().