#include <qgsattributeaction.h>
Definition at line 42 of file qgsattributeaction.h.
Public Member Functions | |
| QgsAction (QString name, QString action, bool capture) | |
| QString | name () const |
| The name of the action. | |
| QString | action () const |
| The action. | |
| bool | capture () const |
| Whether to capture output for display when this action is run. | |
Private Attributes | |
| QString | mName |
| QString | mAction |
| bool | mCaptureOutput |
| QgsAction::QgsAction | ( | QString | name, | |
| QString | action, | |||
| bool | capture | |||
| ) | [inline] |
Definition at line 45 of file qgsattributeaction.h.
| QString QgsAction::name | ( | ) | const [inline] |
| QString QgsAction::action | ( | ) | const [inline] |
| bool QgsAction::capture | ( | ) | const [inline] |
Whether to capture output for display when this action is run.
Definition at line 55 of file qgsattributeaction.h.
QString QgsAction::mName [private] |
Definition at line 58 of file qgsattributeaction.h.
QString QgsAction::mAction [private] |
Definition at line 59 of file qgsattributeaction.h.
bool QgsAction::mCaptureOutput [private] |
Definition at line 60 of file qgsattributeaction.h.
1.5.1