ProcessLineMaker Class Reference
#include <processlinemaker.h>
Inheritance diagram for ProcessLineMaker:


Public Slots | |
void | slotReceivedStdout (const QString &) |
void | slotReceivedStderr (const QString &) |
void | slotReceivedStdout (const char *) |
void | slotReceivedStderr (const char *) |
Signals | |
void | receivedStdoutLine (const QString &line) |
void | receivedStderrLine (const QString &line) |
Public Member Functions | |
ProcessLineMaker () | |
ProcessLineMaker (const KProcess *) | |
void | clearBuffers () |
Protected Slots | |
void | slotReceivedStdout (KProcess *, char *buffer, int buflen) |
void | slotReceivedStderr (KProcess *, char *buffer, int buflen) |
Private Attributes | |
QString | stdoutbuf |
QString | stderrbuf |
Constructor & Destructor Documentation
|
Definition at line 25 of file processlinemaker.cpp. |
|
Definition at line 29 of file processlinemaker.cpp. References slotReceivedStderr(), and slotReceivedStdout(). |
Member Function Documentation
|
Definition at line 92 of file processlinemaker.cpp. References stderrbuf, and stdoutbuf. Referenced by ProcessWidget::startJob(). |
|
Referenced by slotReceivedStderr(), and slotReceivedStdout(). |
|
Referenced by slotReceivedStderr(), and slotReceivedStdout(). |
|
Definition at line 82 of file processlinemaker.cpp. References slotReceivedStderr(). |
|
Definition at line 87 of file processlinemaker.cpp. References slotReceivedStderr(). |
|
Definition at line 65 of file processlinemaker.cpp. References receivedStderrLine(), receivedStdoutLine(), stderrbuf, and stdoutbuf. Referenced by ProcessLineMaker(), and slotReceivedStderr(). |
|
Definition at line 55 of file processlinemaker.cpp. References slotReceivedStdout(). |
|
Definition at line 60 of file processlinemaker.cpp. References slotReceivedStdout(). |
|
Definition at line 38 of file processlinemaker.cpp. References receivedStderrLine(), receivedStdoutLine(), stderrbuf, and stdoutbuf. Referenced by ProcessLineMaker(), and slotReceivedStdout(). |
Member Data Documentation
|
Definition at line 54 of file processlinemaker.h. Referenced by clearBuffers(), slotReceivedStderr(), and slotReceivedStdout(). |
|
Definition at line 53 of file processlinemaker.h. Referenced by clearBuffers(), slotReceivedStderr(), and slotReceivedStdout(). |
The documentation for this class was generated from the following files:
- lib/util/processlinemaker.h
- lib/util/processlinemaker.cpp