Some are predefined there. To create a new one, the LCDWidget class must be used as a base class. The class must provide waitForChange and getCurrentValue methods.
To assign a sensor to a widget, there are two methods: addOnChangeWidget and addOnTimeOutWidget.
Classes | |
class | LCDCpuSensor |
A sensor for CPU usage. More... | |
class | LCDKdeMultimediaSensor |
A sensor for KDE multimedia stuff. More... | |
class | LCDSensor |
Main class for all sensors of the API. More... | |
class | LCDSystemSensor |
A sensor that executes a shell command. More... | |
class | LCDTimeSensor |
A sensor for current time. More... |