Libksysguard
SensorDataModel.h
41 Q_PROPERTY(qreal minimum READ minimum NOTIFY sensorMetaDataChanged)
45 Q_PROPERTY(qreal maximum READ maximum NOTIFY sensorMetaDataChanged)
61 Q_PROPERTY(QVariantMap sensorColors READ sensorColors WRITE setSensorColors NOTIFY sensorColorsChanged)
64 * Provides custom labels for Sensors that are used instead of the name and short name of the sensors.
66 Q_PROPERTY(QVariantMap sensorLabels READ sensorLabels WRITE setSensorLabels NOTIFY sensorLabelsChanged)
76 Q_PROPERTY(int updateRateLimit READ updateRateLimit WRITE setUpdateRateLimit NOTIFY updateRateLimitChanged RESET resetUpdateRateLimit)
105 QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override;
@ ShortName
A shorter name for the sensor. This is equal to name if not set.
Definition SensorDataModel.h:86
@ UpdateInterval
The time in milliseconds between each update of the sensor.
Definition SensorDataModel.h:95
UserRole
Orientation
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.