CustusX
16.5.0-rc9
An IGT application
|
#include <cxProcessWrapper.h>
Signals | |
void | stateChanged () |
Public Member Functions | |
ProcessWrapper (QString name="executable", QObject *parent=NULL) | |
virtual | ~ProcessWrapper () |
QProcess * | getProcess () |
void | launchWithRelativePath (QString executable, QStringList arguments=QStringList()) |
void | launch (QString executable, QStringList argument=QStringList()) |
bool | isRunning () |
qint64 | write (const char *data) |
bool | waitForStarted (int msecs=30000) |
bool | waitForFinished (int msecs=30000) |
Wraps a QProcess and supplies a interface that integrates nicely with the rest of CustusX.
Definition at line 64 of file cxProcessWrapper.h.