16 #ifndef QGSACTIONSCOPEREGISTRY_H
17 #define QGSACTIONSCOPEREGISTRY_H
19 #include "qgis_core.h"
47 Q_PROPERTY( QSet<QgsActionScope> actionScopes READ actionScopes NOTIFY actionScopesChanged )
66 QSet<QgsActionScope> actionScopes()
const;
100 QSet<QgsActionScope> mActionScopes;
The action scope registry is an application wide registry that contains a list of available action sc...
void actionScopesChanged()
Emitted whenever a new action scope is registered or an action scope is unregistered.
An action scope defines a "place" for an action to be shown and may add additional expression variabl...