QGIS API Documentation  2.8.2-Wien
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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>

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 34 of file qgsrunprocess.h.

Member Function Documentation

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

Definition at line 46 of file qgsrunprocess.h.

void QgsRunProcess::dialogGone ( )
slot

Definition at line 127 of file qgsrunprocess.cpp.

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

Definition at line 146 of file qgsrunprocess.cpp.

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

Definition at line 107 of file qgsrunprocess.cpp.

void QgsRunProcess::stderrAvailable ( )
slot

Definition at line 99 of file qgsrunprocess.cpp.

void QgsRunProcess::stdoutAvailable ( )
slot

Definition at line 91 of file qgsrunprocess.cpp.


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