KPIM::CollectingProcess Class Reference
An output collecting KProcess class. More...
#include <collectingprocess.h>
Inherits KProcess.
Public Member Functions
- CollectingProcess (QObject *parent=0, const char *name=0)
- bool start (RunMode runmode, Communication comm)
- QByteArray collectedStdout ()
- QByteArray collectedStderr ()
Protected Member Functions
Detailed Description
An output collecting KProcess class.This class simplifies the usage of KProcess by collecting all output (stdout/stderr) of the process.
- Author:
- Ingo Kloecker <kloecker@kde.org>
Member Function Documentation
|
Starts the process in NotifyOnExit mode and writes in to stdin of the process.
|
|
Returns the contents of the stdout buffer and clears it afterwards.
|
|
Returns the contents of the stderr buffer and clears it afterwards.
|
The documentation for this class was generated from the following file:
- collectingprocess.h