TreeFrogFramework: src/tbackgroundprocess.h Source File
Go to the documentation of this file.
3#include <TBackgroundProcessHandler>
13 void start(const QString &program, const QStringList &arguments, OpenMode mode = ReadWrite, TBackgroundProcessHandler *handler = nullptr);
14 void start(const QString &command, OpenMode mode = ReadWrite, TBackgroundProcessHandler *handler = nullptr);
17 void setAutoDelete(bool autoDelete);
20 void callStart(const QString &program, const QStringList &arguments, int mode);
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