|
QGIS API Documentation
2.6.0-Brighton
|
This class tracks map layer actions. More...
#include <qgsmaplayeractionregistry.h>

Signals | |
| void | changed () |
| Triggered when an action is added or removed from the registry. | |
Public Member Functions | |
| ~QgsMapLayerActionRegistry () | |
| void | addMapLayerAction (QgsMapLayerAction *action) |
| Adds a map layer action to the registry. | |
| QList< QgsMapLayerAction * > | mapLayerActions (QgsMapLayer *layer, QgsMapLayerAction::Targets targets=QgsMapLayerAction::AllActions) |
| Returns the map layer actions which can run on the specified layer. | |
| bool | removeMapLayerAction (QgsMapLayerAction *action) |
| Removes a map layer action from the registry. | |
| void | setDefaultActionForLayer (QgsMapLayer *layer, QgsMapLayerAction *action) |
| Sets the default action for a layer. | |
| QgsMapLayerAction * | defaultActionForLayer (QgsMapLayer *layer) |
| Returns the default action for a layer. | |
Static Public Member Functions | |
| static QgsMapLayerActionRegistry * | instance () |
| Returns the instance pointer, creating the object on the first call. | |
Protected Member Functions | |
| QgsMapLayerActionRegistry (QObject *parent=0) | |
| protected constructor | |
Protected Attributes | |
| QList< QgsMapLayerAction * > | mMapLayerActionList |
This class tracks map layer actions.
| QgsMapLayerActionRegistry::~QgsMapLayerActionRegistry | ( | ) |
|
protected |
protected constructor
| void QgsMapLayerActionRegistry::addMapLayerAction | ( | QgsMapLayerAction * | action | ) |
Adds a map layer action to the registry.
|
signal |
Triggered when an action is added or removed from the registry.
| QgsMapLayerAction * QgsMapLayerActionRegistry::defaultActionForLayer | ( | QgsMapLayer * | layer | ) |
Returns the default action for a layer.
|
static |
Returns the instance pointer, creating the object on the first call.
| QList< QgsMapLayerAction * > QgsMapLayerActionRegistry::mapLayerActions | ( | QgsMapLayer * | layer, |
| QgsMapLayerAction::Targets | targets = QgsMapLayerAction::AllActions |
||
| ) |
Returns the map layer actions which can run on the specified layer.
| bool QgsMapLayerActionRegistry::removeMapLayerAction | ( | QgsMapLayerAction * | action | ) |
Removes a map layer action from the registry.
| void QgsMapLayerActionRegistry::setDefaultActionForLayer | ( | QgsMapLayer * | layer, |
| QgsMapLayerAction * | action | ||
| ) |
Sets the default action for a layer.
|
protected |
1.8.1.2