QGIS API Documentation
3.0.2-Girona (307d082)
|
A class that executes an external program/script. More...
#include <qgsrunprocess.h>
Public Slots | |
void | dialogGone () |
void | processError (QProcess::ProcessError) |
void | processExit (int, QProcess::ExitStatus) |
void | stderrAvailable () |
void | stdoutAvailable () |
Static Public Member Functions | |
static QgsRunProcess * | create (const QString &action, bool capture) |
A class that executes an external program/script.
It can optionally capture the standard output and error from the process and displays them in a dialog box.
Definition at line 38 of file qgsrunprocess.h.
|
inlinestatic |
Definition at line 50 of file qgsrunprocess.h.
|
slot |
Definition at line 132 of file qgsrunprocess.cpp.
|
slot |
Definition at line 151 of file qgsrunprocess.cpp.
|
slot |
Definition at line 112 of file qgsrunprocess.cpp.
|
slot |
Definition at line 102 of file qgsrunprocess.cpp.
|
slot |
Definition at line 92 of file qgsrunprocess.cpp.