superkaramba
ProgramSensor Class Reference
#include <program.h>
Inheritance diagram for ProgramSensor:

Public Slots | |
| void | processExited (K3Process *proc) |
| void | receivedStdout (K3Process *proc, char *buffer, int buflen) |
Public Slots inherited from Sensor | |
Public Member Functions | |
| ProgramSensor (Karamba *k, const QString &programName, int msec=1000, const QString &encoding=QString()) | |
| ~ProgramSensor () | |
| 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 | |
Protected Attributes inherited from Sensor | |
| QList< QObject * > * | objList |
Detailed Description
Constructor & Destructor Documentation
|
explicit |
Definition at line 15 of file program.cpp.
| ProgramSensor::~ProgramSensor | ( | ) |
Definition at line 35 of file program.cpp.
Member Function Documentation
|
slot |
Definition at line 72 of file program.cpp.
|
slot |
Definition at line 38 of file program.cpp.
|
virtual |
Implements Sensor.
Definition at line 125 of file program.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 Slots inherited from