QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
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]

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.

On some platforms (e.g. iOS) , the process execution is skipped https://lists.qt-project.org/pipermail/development/2015-July/022205.html

Definition at line 41 of file qgsrunprocess.h.

Member Function Documentation

◆ create()

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

Definition at line 53 of file qgsrunprocess.h.


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