mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
3 lines
648 B
Python
3 lines
648 B
Python
# The following has been generated automatically from src/core/sensor/qgsabstractsensor.h
|
|
QgsAbstractSensor.__attribute_docs__ = {'lastValue': 'Last captured sensor value stored as a QVariant.\n\n.. note::\n\n The member can store multiple values if the sensor passes on a QVariantMap.', 'lastTimestamp': 'Timestamp of last captured sensor value', 'nameChanged': 'Emitted when the sensor name has changed.\n', 'statusChanged': 'Emitted when the sensor status has changed.\n', 'dataChanged': 'Emitted when the captured sensor data has changed.\n', 'errorOccurred': 'Emitted when an error has occurred. The ``errorString`` describes the error.\n'}
|