#include <processlauncher.h>
◆ ProcessLauncher()
Digikam::ProcessLauncher::ProcessLauncher |
( |
QObject *const |
parent = nullptr | ) |
|
|
explicit |
◆ ~ProcessLauncher()
Digikam::ProcessLauncher::~ProcessLauncher |
( |
| ) |
|
◆ elapsedTime()
qint64 Digikam::ProcessLauncher::elapsedTime |
( |
| ) |
const |
Return the elapsed time in ms to run the process.
◆ exitCode()
int Digikam::ProcessLauncher::exitCode |
( |
| ) |
const |
Return the exit code from the process.
◆ output()
QString Digikam::ProcessLauncher::output |
( |
| ) |
const |
◆ setArguments()
void Digikam::ProcessLauncher::setArguments |
( |
const QStringList & |
args | ) |
|
◆ setConsoleTraces()
void Digikam::ProcessLauncher::setConsoleTraces |
( |
bool |
b | ) |
|
◆ setProgram()
void Digikam::ProcessLauncher::setProgram |
( |
const QString & |
prog | ) |
|
◆ setTimeOut()
void Digikam::ProcessLauncher::setTimeOut |
( |
int |
msecs | ) |
|
◆ setWorkingDirectory()
void Digikam::ProcessLauncher::setWorkingDirectory |
( |
const QString & |
dir | ) |
|
◆ signalComplete
void Digikam::ProcessLauncher::signalComplete |
( |
bool |
success, |
|
|
int |
exitCode |
|
) |
| |
|
signal |
◆ startProcess()
void Digikam::ProcessLauncher::startProcess |
( |
| ) |
|
◆ success()
bool Digikam::ProcessLauncher::success |
( |
| ) |
const |
Return true if the process is startd and completed without error.
The documentation for this class was generated from the following files: