Utility class that encapsulates an action based on vector attributes.
More...
#include <qgsattributeaction.h>
Detailed Description
Utility class that encapsulates an action based on vector attributes.
Member Enumeration Documentation
- Enumerator:
Generic |
|
GenericPython |
|
Mac |
|
Windows |
|
Unix |
|
OpenUrl |
|
Constructor & Destructor Documentation
QgsAction::QgsAction |
( |
ActionType |
type, |
|
|
QString |
name, |
|
|
QString |
action, |
|
|
bool |
capture |
|
) |
| |
|
inline |
QgsAction::QgsAction |
( |
ActionType |
type, |
|
|
QString |
name, |
|
|
QString |
action, |
|
|
const QString & |
icon, |
|
|
bool |
capture |
|
) |
| |
|
inline |
Member Function Documentation
QString QgsAction::action |
( |
| ) |
const |
|
inline |
bool QgsAction::capture |
( |
| ) |
const |
|
inline |
Whether to capture output for display when this action is run.
const QIcon QgsAction::icon |
( |
| ) |
const |
|
inline |
const QString QgsAction::iconPath |
( |
| ) |
const |
|
inline |
QString QgsAction::name |
( |
| ) |
const |
|
inline |
bool QgsAction::runable |
( |
| ) |
const |
|
inline |
Whether the action is runable on the current platform.
The documentation for this class was generated from the following file: