Engines
SystemMonitorEngine Class Reference
This class evaluates the basic expressions given in the interface. More...
#include <systemmonitor.h>
Inheritance diagram for SystemMonitorEngine:

Public Member Functions | |
| virtual QStringList | sources () const |
| SystemMonitorEngine (QObject *parent, const QVariantList &args) | |
| ~SystemMonitorEngine () | |
Protected Slots | |
| void | updateSensors () |
Protected Member Functions | |
| virtual void | answerReceived (int id, const QList< QByteArray > &answer) |
| virtual void | sensorLost (int) |
| bool | sourceRequestEvent (const QString &name) |
| virtual bool | updateSourceEvent (const QString &sensorName) |
Detailed Description
This class evaluates the basic expressions given in the interface.Definition at line 33 of file systemmonitor.h.
Constructor & Destructor Documentation
| SystemMonitorEngine::SystemMonitorEngine | ( | QObject * | parent, | |
| const QVariantList & | args | |||
| ) |
Definition at line 30 of file systemmonitor.cpp.
| SystemMonitorEngine::~SystemMonitorEngine | ( | ) |
Definition at line 42 of file systemmonitor.cpp.
Member Function Documentation
| void SystemMonitorEngine::answerReceived | ( | int | id, | |
| const QList< QByteArray > & | answer | |||
| ) | [protected, virtual] |
| void SystemMonitorEngine::sensorLost | ( | int | ) | [protected, virtual] |
Definition at line 100 of file systemmonitor.cpp.
| bool SystemMonitorEngine::sourceRequestEvent | ( | const QString & | name | ) | [protected] |
Definition at line 49 of file systemmonitor.cpp.
| QStringList SystemMonitorEngine::sources | ( | ) | const [virtual] |
Inherited from Plasma::DataEngine.
Returns a list of all the sensors that ksysguardd knows about.
Definition at line 46 of file systemmonitor.cpp.
| void SystemMonitorEngine::updateSensors | ( | ) | [protected, slot] |
Definition at line 59 of file systemmonitor.cpp.
| bool SystemMonitorEngine::updateSourceEvent | ( | const QString & | sensorName | ) | [protected, virtual] |
Definition at line 53 of file systemmonitor.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference