stec-platform
WorkerThreadFB Class Reference

The WorkerThreadFB class. More...

#include <workerthreadfb.h>

Inheritance diagram for WorkerThreadFB:
Collaboration diagram for WorkerThreadFB:

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
 

Detailed Description

The WorkerThreadFB class.


The documentation for this class was generated from the following files: