QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Slots | Static Public Member Functions | List of all members
QgsRunProcess Class Reference

A class that executes an external program/script. More...

#include <qgsrunprocess.h>

Inheritance diagram for QgsRunProcess:
Inheritance graph
[legend]

Public Slots

void dialogGone ()
 
void processError (QProcess::ProcessError)
 
void processExit (int, QProcess::ExitStatus)
 
void stderrAvailable ()
 
void stdoutAvailable ()
 

Static Public Member Functions

static QgsRunProcesscreate (const QString &action, bool capture)
 

Detailed Description

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.

Member Function Documentation

static QgsRunProcess* QgsRunProcess::create ( const QString &  action,
bool  capture 
)
inlinestatic

Definition at line 50 of file qgsrunprocess.h.

void QgsRunProcess::dialogGone ( )
slot

Definition at line 132 of file qgsrunprocess.cpp.

void QgsRunProcess::processError ( QProcess::ProcessError  err)
slot

Definition at line 151 of file qgsrunprocess.cpp.

void QgsRunProcess::processExit ( int  ,
QProcess::ExitStatus   
)
slot

Definition at line 112 of file qgsrunprocess.cpp.

void QgsRunProcess::stderrAvailable ( )
slot

Definition at line 102 of file qgsrunprocess.cpp.

void QgsRunProcess::stdoutAvailable ( )
slot

Definition at line 92 of file qgsrunprocess.cpp.


The documentation for this class was generated from the following files: