#include <tbackgroundprocess.h>
The TBackgroundProcess class is used to start external programs in background.
◆ TBackgroundProcess()
TBackgroundProcess::TBackgroundProcess |
( |
QObject * |
parent = nullptr | ) |
|
◆ ~TBackgroundProcess()
virtual TBackgroundProcess::~TBackgroundProcess |
( |
| ) |
|
|
inlinevirtual |
◆ autoDelete()
bool TBackgroundProcess::autoDelete |
( |
| ) |
const |
◆ callStart
void TBackgroundProcess::callStart |
( |
const QString & |
program, |
|
|
const QStringList & |
arguments, |
|
|
int |
mode |
|
) |
| |
|
protectedslot |
◆ handleFinished
void TBackgroundProcess::handleFinished |
( |
| ) |
|
|
protectedslot |
◆ setAutoDelete()
void TBackgroundProcess::setAutoDelete |
( |
bool |
autoDelete | ) |
|
◆ start() [1/3]
void TBackgroundProcess::start |
( |
const QString & |
command, |
|
|
OpenMode |
mode = ReadWrite , |
|
|
TBackgroundProcessHandler * |
handler = nullptr |
|
) |
| |
◆ start() [2/3]
void TBackgroundProcess::start |
( |
const QString & |
program, |
|
|
const QStringList & |
arguments, |
|
|
OpenMode |
mode = ReadWrite , |
|
|
TBackgroundProcessHandler * |
handler = nullptr |
|
) |
| |
◆ start() [3/3]
The documentation for this class was generated from the following files: