16#ifndef QGSACTIONSCOPEREGISTRY_H 
   17#define QGSACTIONSCOPEREGISTRY_H 
   46    Q_PROPERTY( QSet<QgsActionScope> actionScopes READ actionScopes NOTIFY actionScopesChanged )
 
   63    QSet<QgsActionScope> actionScopes() 
const;
 
   93    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...