1 #ifndef WORKERTHREADFB_H
2 #define WORKERTHREADFB_H
4 #include "platformu_global.h"
21 QProcess *compilerProcess;
28 void RunProcess( QString cmd, QStringList arguments, QString WorkingDir = QString() );
31 void WriteLine( QString line);
35 void PRSlotRunCmd( QString cmd, QStringList Parameters, QString workingDir );
36 void PRSlotWrite ( QString output);
37 void slot_endCompile(
int exitCode);
39 void slot_endlnError();
42 void PRSigRunCmd( QString cmd, QStringList Parameters, QString workingDir );
43 void PRSigWrite( QString output);
The WorkerThreadFB class.
Definition: workerthreadfb.h:15
void SignalLineInput(QVariant UserData, QStringList stdouts)
connect here for the stderr coming from the process running
void SignalExit(int pgmExitValue)
process exited with this
void SignalFinishedError(QVariant UserData, QStringList stdouts)
connect here, for information coming in from a process running, the stdout of the process