superkaramba
SensorSensor Class Reference
#include <lmsensor.h>
Inheritance diagram for SensorSensor:

Public Member Functions | |
| SensorSensor (int interval, char tempUnit) | |
| ~SensorSensor () | |
| void | update () |
Public Member Functions inherited from Sensor | |
| Sensor (int msec=1000) | |
| virtual | ~Sensor () |
| void | addMeter (SensorParams *s) |
| void | deleteMeter (Meter *meter) |
| SensorParams * | hasMeter (const Meter *meter) const |
| int | isEmpty () |
| virtual void | setMaxValue (SensorParams *s) |
| void | start () |
Additional Inherited Members | |
Public Slots inherited from Sensor | |
Protected Attributes inherited from Sensor | |
| QList< QObject * > * | objList |
Detailed Description
Hans Karlsson.
Definition at line 14 of file lmsensor.h.
Constructor & Destructor Documentation
| SensorSensor::SensorSensor | ( | int | interval, |
| char | tempUnit | ||
| ) |
Definition at line 13 of file lmsensor.cpp.
| SensorSensor::~SensorSensor | ( | ) |
Definition at line 41 of file lmsensor.cpp.
Member Function Documentation
|
virtual |
Implements Sensor.
Definition at line 99 of file lmsensor.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:07:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:07:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from