21 #ifndef QGSRUNPROCESS_H 22 #define QGSRUNPROCESS_H 27 #include "qgis_core.h" 60 #if QT_CONFIG(process) 64 QProcess *mProcess =
nullptr;
69 void stdoutAvailable();
70 void stderrAvailable();
71 void processError( QProcess::ProcessError );
72 void processExit(
int, QProcess::ExitStatus );
74 #endif // !(QT_CONFIG(process)
#define SIP_NODEFAULTCTORS
A class that executes an external program/script.
static QgsRunProcess * create(const QString &action, bool capture)
Interface for showing messages from QGIS in GUI independent way.