21 #ifndef QGSRUNPROCESS_H 22 #define QGSRUNPROCESS_H 27 #include "qgis_core.h" 54 void stdoutAvailable();
55 void stderrAvailable();
56 void processError( QProcess::ProcessError );
57 void processExit(
int, QProcess::ExitStatus );
67 QProcess *mProcess =
nullptr;
#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.