NoatunSensor Class Reference
#include <noatunsensor.h>
Inherits Sensor.
Public Member Functions | |
| NoatunSensor (int interval, DCOPClient *client) | |
| void | update () |
| void | setMaxValue (SensorParams *) |
Public Member Functions inherited from Sensor | |
| Sensor (int msec=1000) | |
| void | start () |
| void | addMeter (SensorParams *s) |
| SensorParams * | hasMeter (Meter *meter) |
| void | deleteMeter (Meter *meter) |
| int | isEmpty () |
| virtual void | setMaxValue (SensorParams *s) |
Additional Inherited Members | |
Public Slots inherited from Sensor | |
| virtual void | update ()=0 |
Protected Attributes inherited from Sensor | |
| TQObjectList * | objList |
Detailed Description
Definition at line 23 of file noatunsensor.h.
The documentation for this class was generated from the following files:
Trinity API Reference
Public Member Functions inherited from