QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Signals | Public Member Functions | Protected Attributes | List of all members
QgsMapLayerActionRegistry Class Reference

This class tracks map layer actions. More...

#include <qgsmaplayeractionregistry.h>

Inheritance diagram for QgsMapLayerActionRegistry:
Inheritance graph
[legend]

Signals

void changed ()
 Triggered when an action is added or removed from the registry. More...
 

Public Member Functions

 QgsMapLayerActionRegistry (QObject *parent=nullptr)
 Constructor for QgsMapLayerActionRegistry. More...
 
void addMapLayerAction (QgsMapLayerAction *action)
 Adds a map layer action to the registry. More...
 
QgsMapLayerActiondefaultActionForLayer (QgsMapLayer *layer)
 Returns the default action for a layer. More...
 
QList< QgsMapLayerAction * > mapLayerActions (QgsMapLayer *layer, QgsMapLayerAction::Targets targets=QgsMapLayerAction::AllActions)
 Returns the map layer actions which can run on the specified layer. More...
 
bool removeMapLayerAction (QgsMapLayerAction *action)
 Removes a map layer action from the registry. More...
 
void setDefaultActionForLayer (QgsMapLayer *layer, QgsMapLayerAction *action)
 Sets the default action for a layer. More...
 

Protected Attributes

QList< QgsMapLayerAction * > mMapLayerActionList
 

Detailed Description

This class tracks map layer actions.

QgsMapLayerActionRegistry is not usually directly created, but rather accessed through QgsGui::mapLayerActionRegistry().

Definition at line 145 of file qgsmaplayeractionregistry.h.

Constructor & Destructor Documentation

QgsMapLayerActionRegistry::QgsMapLayerActionRegistry ( QObject *  parent = nullptr)

Constructor for QgsMapLayerActionRegistry.

QgsMapLayerActionRegistry is not usually directly created, but rather accessed through QgsGui::mapLayerActionRegistry().

Definition at line 114 of file qgsmaplayeractionregistry.cpp.

Member Function Documentation

void QgsMapLayerActionRegistry::addMapLayerAction ( QgsMapLayerAction action)

Adds a map layer action to the registry.

Definition at line 119 of file qgsmaplayeractionregistry.cpp.

void QgsMapLayerActionRegistry::changed ( )
signal

Triggered when an action is added or removed from the registry.

QgsMapLayerAction * QgsMapLayerActionRegistry::defaultActionForLayer ( QgsMapLayer layer)

Returns the default action for a layer.

Definition at line 167 of file qgsmaplayeractionregistry.cpp.

QList< QgsMapLayerAction * > QgsMapLayerActionRegistry::mapLayerActions ( QgsMapLayer layer,
QgsMapLayerAction::Targets  targets = QgsMapLayerAction::AllActions 
)

Returns the map layer actions which can run on the specified layer.

Definition at line 125 of file qgsmaplayeractionregistry.cpp.

bool QgsMapLayerActionRegistry::removeMapLayerAction ( QgsMapLayerAction action)

Removes a map layer action from the registry.

Definition at line 140 of file qgsmaplayeractionregistry.cpp.

void QgsMapLayerActionRegistry::setDefaultActionForLayer ( QgsMapLayer layer,
QgsMapLayerAction action 
)

Sets the default action for a layer.

Definition at line 162 of file qgsmaplayeractionregistry.cpp.

Member Data Documentation

QList< QgsMapLayerAction * > QgsMapLayerActionRegistry::mMapLayerActionList
protected

Definition at line 175 of file qgsmaplayeractionregistry.h.


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