#include <tbackgroundprocesshandler.h>
The TBackgroundProcessHandler class is used to handle events of a backgound process.
◆ TBackgroundProcessHandler()
TBackgroundProcessHandler::TBackgroundProcessHandler |
( |
QObject * |
parent = nullptr | ) |
|
◆ ~TBackgroundProcessHandler()
virtual TBackgroundProcessHandler::~TBackgroundProcessHandler |
( |
| ) |
|
|
inlinevirtual |
◆ autoDelete()
bool TBackgroundProcessHandler::autoDelete |
( |
| ) |
const |
◆ backgroundProcess()
◆ deleteAutoDeleteHandler
void TBackgroundProcessHandler::deleteAutoDeleteHandler |
( |
| ) |
|
|
protectedslot |
◆ handleErrorOccurred
virtual void TBackgroundProcessHandler::handleErrorOccurred |
( |
QProcess::ProcessError |
| ) |
|
|
inlineprotectedvirtualslot |
◆ handleFinished
virtual void TBackgroundProcessHandler::handleFinished |
( |
int |
exitCode, |
|
|
QProcess::ExitStatus |
exitStatus |
|
) |
| |
|
protectedpure virtualslot |
◆ handleReadyReadStandardError
virtual void TBackgroundProcessHandler::handleReadyReadStandardError |
( |
| ) |
|
|
inlineprotectedvirtualslot |
◆ handleReadyReadStandardOutput
virtual void TBackgroundProcessHandler::handleReadyReadStandardOutput |
( |
| ) |
|
|
inlineprotectedvirtualslot |
◆ handleStarted
virtual void TBackgroundProcessHandler::handleStarted |
( |
| ) |
|
|
inlineprotectedvirtualslot |
◆ handleStateChanged
virtual void TBackgroundProcessHandler::handleStateChanged |
( |
QProcess::ProcessState |
| ) |
|
|
inlineprotectedvirtualslot |
◆ setAutoDelete()
void TBackgroundProcessHandler::setAutoDelete |
( |
bool |
autoDelete | ) |
|
◆ TBackgroundProcess
The documentation for this class was generated from the following files: