20 #ifndef _PROCESSLINEMAKER_H_ 21 #define _PROCESSLINEMAKER_H_ 48 void slotReceivedStdout(
const char*);
49 void slotReceivedStderr(
const char*);
52 void slotReceivedStdout(TDEProcess *,
char *buffer,
int buflen);
53 void slotReceivedStderr(TDEProcess *,
char *buffer,
int buflen);
56 void receivedStdoutLine(
const TQCString& line );
57 void receivedStderrLine(
const TQCString& line );
58 void receivedPartialStdoutLine(
const TQCString& line );
59 void receivedPartialStderrLine(
const TQCString& line );
Convenience class to catch output of TDEProcess.