![]() |
stec-platform
|
The WorkerThreadFB class. More...
#include <workerthreadfb.h>
Signals | |
| void | PRSigRunCmd (QString cmd, QStringList Parameters, QString workingDir) |
| void | PRSigWrite (QString output) |
| void | SignalFinishedError (QVariant UserData, QStringList stdouts) |
| connect here, for information coming in from a process running, the stdout of the process | |
| void | SignalLineInput (QVariant UserData, QStringList stdouts) |
| connect here for the stderr coming from the process running | |
| void | SignalExit (int pgmExitValue) |
| process exited with this | |
Public Member Functions | |
| WorkerThreadFB (QVariant UserData=QVariant(-1), QObject *parent=nullptr) | |
| void | RunProcess (QString cmd, QStringList arguments, QString WorkingDir=QString()) |
| void | WriteLine (QString line) |
| write something into the stdin of the running process | |
The WorkerThreadFB class.