QGIS API Documentation
2.8.2-Wien
|
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. |
Utility class that encapsulates an action based on vector attributes.
Definition at line 40 of file qgsattributeaction.h.
Definition at line 43 of file qgsattributeaction.h.
|
inline |
Definition at line 53 of file qgsattributeaction.h.
|
inline |
Definition at line 56 of file qgsattributeaction.h.
|
inline |
The action.
Definition at line 69 of file qgsattributeaction.h.
|
inline |
Whether to capture output for display when this action is run.
Definition at line 75 of file qgsattributeaction.h.
|
inline |
The icon.
Definition at line 66 of file qgsattributeaction.h.
|
inline |
The path to the icon.
Definition at line 63 of file qgsattributeaction.h.
|
inline |
The name of the action.
Definition at line 60 of file qgsattributeaction.h.
|
inline |
Whether the action is runable on the current platform.
Definition at line 78 of file qgsattributeaction.h.
|
inline |
The action type.
Definition at line 72 of file qgsattributeaction.h.