3 #include <TBackgroundProcessHandler>
13 void start(
const QString &program,
const QStringList &arguments, OpenMode mode = ReadWrite,
TBackgroundProcessHandler *handler =
nullptr);
16 bool autoDelete()
const;
17 void setAutoDelete(
bool autoDelete);
20 void callStart(
const QString &program,
const QStringList &arguments,
int mode);
21 void handleFinished();
26 bool _autoDelete {
true};
The TBackgroundProcessHandler class is used to handle events of a backgound process.
Definition: tbackgroundprocesshandler.h:9
The TBackgroundProcess class is used to start external programs in background.
Definition: tbackgroundprocess.h:7
virtual ~TBackgroundProcess()
Definition: tbackgroundprocess.h:11
#define T_CORE_EXPORT
Definition: tdeclexport.h:28
#define T_DISABLE_COPY(Class)
Definition: tdeclexport.h:37
#define T_DISABLE_MOVE(Class)
Definition: tdeclexport.h:41