QgsAction Class Reference
[Core]

#include <qgsattributeaction.h>

List of all members.


Detailed Description

Utility class that encapsulates an action based on vector attributes.

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


Constructor & Destructor Documentation

QgsAction::QgsAction ( QString  name,
QString  action,
bool  capture 
) [inline]

Definition at line 45 of file qgsattributeaction.h.


Member Function Documentation

QString QgsAction::name (  )  const [inline]

The name of the action.

Definition at line 49 of file qgsattributeaction.h.

QString QgsAction::action (  )  const [inline]

The action.

Definition at line 52 of file qgsattributeaction.h.

bool QgsAction::capture (  )  const [inline]

Whether to capture output for display when this action is run.

Definition at line 55 of file qgsattributeaction.h.


Member Data Documentation

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.


The documentation for this class was generated from the following file:
Generated on Fri Nov 21 01:51:20 2008 for Quantum GIS API Documentation by  doxygen 1.5.1