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

Detailed Description
Definition at line 19 of file program.h.
Public Slots | |
| void | receivedStdout (K3Process *proc, char *buffer, int buflen) |
| void | processExited (K3Process *proc) |
Public Member Functions | |
| ProgramSensor (const QString &programName, int msec=1000, const QString &encoding=QString()) | |
| ~ProgramSensor () | |
| void | update () |
Constructor & Destructor Documentation
| ProgramSensor::ProgramSensor | ( | const QString & | programName, | |
| int | msec = 1000, |
|||
| const QString & | encoding = QString() | |||
| ) | [explicit] |
Definition at line 14 of file program.cpp.
| ProgramSensor::~ProgramSensor | ( | ) |
Definition at line 33 of file program.cpp.
Member Function Documentation
| void ProgramSensor::update | ( | ) | [virtual] |
| void ProgramSensor::receivedStdout | ( | K3Process * | proc, | |
| char * | buffer, | |||
| int | buflen | |||
| ) | [slot] |
Definition at line 36 of file program.cpp.
| void ProgramSensor::processExited | ( | K3Process * | proc | ) | [slot] |
Definition at line 70 of file program.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference