#include <lmsensors.h>
Inheritance diagram for LMSensors:


Public Member Functions | |
| LMSensors () | |
| bool | init () |
| void | timer () |
| QGraphicsItem * | graphicsItem () |
| bool | hasTimer () |
| void | setSensor (const QStringList &sensor) |
| void | setFeature (const QStringList &feature) |
| QStringList | feature () |
| QStringList | sensor () |
Properties | |
| QStringList | feature [] |
| QStringList | sensor [] |
Private Member Functions | |
| bool | initSensorChip () |
Private Attributes | |
| const sensors_chip_name * | m_selectedChip |
| currently selected chip (from comboBox in the UI) | |
| QMap< QString, int > | m_mapFeatureNr |
| QStringList | m_featureNames |
| QStringList | m_sensorNames |
| int | m_feature |
| int | m_sensor |
| LMSensors::LMSensors | ( | ) |
| QStringList LMSensors::feature | ( | ) | [inline] |
| QGraphicsItem* LMSensors::graphicsItem | ( | ) | [inline, virtual] |
Reimplemented from AbstractSysInfo.
| bool LMSensors::hasTimer | ( | ) | [inline, virtual] |
Reimplemented from AbstractSysInfo.
| bool LMSensors::init | ( | ) | [virtual] |
Reimplemented from AbstractSysInfo.
| bool LMSensors::initSensorChip | ( | ) | [private] |
| QStringList LMSensors::sensor | ( | ) | [inline] |
| void LMSensors::setFeature | ( | const QStringList & | feature | ) | [inline] |
| void LMSensors::setSensor | ( | const QStringList & | sensor | ) | [inline] |
| void LMSensors::timer | ( | ) | [virtual] |
Reimplemented from PluginInterface.
int LMSensors::m_feature [private] |
QStringList LMSensors::m_featureNames [private] |
QMap<QString, int> LMSensors::m_mapFeatureNr [private] |
const sensors_chip_name* LMSensors::m_selectedChip [private] |
int LMSensors::m_sensor [private] |
QStringList LMSensors::m_sensorNames [private] |
QStringList LMSensors::feature [read, write] |
QStringList LMSensors::sensor [read, write] |
1.4.7