superkaramba
#include <plasmaengine.h>

Public Slots | |
QString | format () const |
void | setFormat (const QString &format) |
void | setSource (const QString &source) |
QString | source () const |
Signals | |
void | sourceUpdated (const QString &source, QVariantMap data) |
Public Member Functions | |
PlasmaSensorConnector (Meter *meter, const QString &source) | |
virtual | ~PlasmaSensorConnector () |
Meter * | meter () const |
Detailed Description
This is a helper class that connects a Plasma::DataEngine together with a SuperKaramba Meter widget.
Definition at line 36 of file plasmaengine.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 67 of file plasmaengine.cpp.
|
virtual |
Definition at line 75 of file plasmaengine.cpp.
Member Function Documentation
|
slot |
Return the format the data should used for displaying.
Definition at line 96 of file plasmaengine.cpp.
Meter * PlasmaSensorConnector::meter | ( | ) | const |
Definition at line 81 of file plasmaengine.cpp.
|
slot |
Set the format the data should use for displaying.
Definition at line 101 of file plasmaengine.cpp.
|
slot |
Set the name of the data source.
Definition at line 91 of file plasmaengine.cpp.
|
slot |
Returns the name of the data source.
Definition at line 86 of file plasmaengine.cpp.
|
signal |
Emitted when a data source got updated.
This signal will only be emitted if no or an emoty source was defined.
- Parameters
-
source The name of the data source. data The map of the data that got changed.
The documentation for this class was generated from the following files:
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.