Libksysguard
SensorFaceController.h
31 * The SensorFaceController links sensor faces and applications in which these faces are shown. It
65 Q_PROPERTY(QJsonArray totalSensors READ totalSensors WRITE setTotalSensors NOTIFY totalSensorsChanged)
70 Q_PROPERTY(QJsonArray highPrioritySensorIds READ highPrioritySensorIds WRITE setHighPrioritySensorIds NOTIFY highPrioritySensorIdsChanged)
75 Q_PROPERTY(QVariantMap sensorColors READ sensorColors WRITE setSensorColors NOTIFY sensorColorsChanged)
78 * Maps sensorIds to user configurable labels than should be displayed instead of the name of the sensor.
80 Q_PROPERTY(QVariantMap sensorLabels READ sensorLabels WRITE setSensorLabels NOTIFY sensorLabelsChanged)
86 Q_PROPERTY(QJsonArray lowPrioritySensorIds READ lowPrioritySensorIds WRITE setLowPrioritySensorIds NOTIFY lowPrioritySensorIdsChanged)
107 Q_PROPERTY(bool supportsLowPrioritySensors READ supportsLowPrioritySensors NOTIFY faceIdChanged)
117 Q_PROPERTY(KConfigPropertyMap *faceConfiguration READ faceConfiguration NOTIFY faceConfigurationChanged)
125 * The compact representation of the current face. Typically only includes the main visualization
131 * Emits `configurationChanged` if a config value changed. To apply the changes call `saveConfig`
139 * Emits `configurationChanged` if a config value changed. To apply the changes call `saveConfig`
145 * Emits `configurationChanged` if a config value changed. To apply the changes call `saveConfig`
151 * A list of all available faces. The name is available as the display role and the id as `pluginId`
155 * A list of available face presets. The name is available as the display role, the id as `pluginId`.
162 Q_PROPERTY(int updateRateLimit READ updateRateLimit WRITE setUpdateRateLimit NOTIFY updateRateLimitChanged)
The SensorFaceController links sensor faces and applications in which these faces are shown.
Definition SensorFaceController.h:44
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.