#include <QProcessProxy.h>
◆ ~QProcessProxy()
deskflow::gui::proxy::QProcessProxy::~QProcessProxy |
( |
| ) |
|
|
overridedefault |
◆ close()
void deskflow::gui::proxy::QProcessProxy::close |
( |
| ) |
|
|
virtual |
◆ create()
void deskflow::gui::proxy::QProcessProxy::create |
( |
| ) |
|
|
virtual |
◆ finished
void deskflow::gui::proxy::QProcessProxy::finished |
( |
int | exitCode, |
|
|
QProcess::ExitStatus | exitStatus ) |
|
signal |
◆ operator bool()
deskflow::gui::proxy::QProcessProxy::operator bool |
( |
| ) |
const |
|
explicitvirtual |
◆ readAllStandardError()
QString deskflow::gui::proxy::QProcessProxy::readAllStandardError |
( |
| ) |
|
|
virtual |
◆ readAllStandardOutput()
QString deskflow::gui::proxy::QProcessProxy::readAllStandardOutput |
( |
| ) |
|
|
virtual |
◆ readyReadStandardError
void deskflow::gui::proxy::QProcessProxy::readyReadStandardError |
( |
| ) |
|
|
signal |
◆ readyReadStandardOutput
void deskflow::gui::proxy::QProcessProxy::readyReadStandardOutput |
( |
| ) |
|
|
signal |
◆ start()
void deskflow::gui::proxy::QProcessProxy::start |
( |
const QString & | program, |
|
|
const QStringList & | arguments = {} ) |
|
virtual |
◆ state()
QProcess::ProcessState deskflow::gui::proxy::QProcessProxy::state |
( |
| ) |
const |
|
virtual |
◆ waitForStarted()
bool deskflow::gui::proxy::QProcessProxy::waitForStarted |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: