QGIS API Documentation  2.8.2-Wien
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
QgsAction Class Reference

Utility class that encapsulates an action based on vector attributes. More...

#include <qgsattributeaction.h>

Public Types

enum  ActionType {
  Generic, GenericPython, Mac, Windows,
  Unix, OpenUrl
}

Public Member Functions

 QgsAction (ActionType type, QString name, QString action, bool capture)
 QgsAction (ActionType type, QString name, QString action, const QString &icon, bool capture)
QString action () const
 The action.
bool capture () const
 Whether to capture output for display when this action is run.
const QIcon icon () const
 The icon.
const QString iconPath () const
 The path to the icon.
QString name () const
 The name of the action.
bool runable () const
 Whether the action is runable on the current platform.
ActionType type () const
 The action type.

Detailed Description

Utility class that encapsulates an action based on vector attributes.

Definition at line 40 of file qgsattributeaction.h.

Member Enumeration Documentation

Enumerator:
Generic 
GenericPython 
Mac 
Windows 
Unix 
OpenUrl 

Definition at line 43 of file qgsattributeaction.h.

Constructor & Destructor Documentation

QgsAction::QgsAction ( ActionType  type,
QString  name,
QString  action,
bool  capture 
)
inline

Definition at line 53 of file qgsattributeaction.h.

QgsAction::QgsAction ( ActionType  type,
QString  name,
QString  action,
const QString &  icon,
bool  capture 
)
inline

Definition at line 56 of file qgsattributeaction.h.

Member Function Documentation

QString QgsAction::action ( ) const
inline

The action.

Definition at line 69 of file qgsattributeaction.h.

bool QgsAction::capture ( ) const
inline

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

Definition at line 75 of file qgsattributeaction.h.

const QIcon QgsAction::icon ( ) const
inline

The icon.

Definition at line 66 of file qgsattributeaction.h.

const QString QgsAction::iconPath ( ) const
inline

The path to the icon.

Definition at line 63 of file qgsattributeaction.h.

QString QgsAction::name ( ) const
inline

The name of the action.

Definition at line 60 of file qgsattributeaction.h.

bool QgsAction::runable ( ) const
inline

Whether the action is runable on the current platform.

Definition at line 78 of file qgsattributeaction.h.

ActionType QgsAction::type ( ) const
inline

The action type.

Definition at line 72 of file qgsattributeaction.h.


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