QGIS API Documentation  2.6.0-Brighton
 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 stdoutAvailable ()
void stderrAvailable ()
void processError (QProcess::ProcessError)
void processExit (int, QProcess::ExitStatus)
void dialogGone ()

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.

Member Function Documentation

static QgsRunProcess* QgsRunProcess::create ( const QString &  action,
bool  capture 
)
inlinestatic
void QgsRunProcess::dialogGone ( )
slot
void QgsRunProcess::processError ( QProcess::ProcessError  err)
slot
void QgsRunProcess::processExit ( int  ,
QProcess::ExitStatus   
)
slot
void QgsRunProcess::stderrAvailable ( )
slot
void QgsRunProcess::stdoutAvailable ( )
slot

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