16 #ifndef QGSMAPLAYERSTYLEGUIUTILS_H 
   17 #define QGSMAPLAYERSTYLEGUIUTILS_H 
   52     void addStyleManagerActions( QMenu *m, 
QgsMapLayer *layer );
 
   59     void removesExtraMenuSeparators( QMenu *m );
 
   64     QAction *actionAddStyle( 
QgsMapLayer *layer, QObject *parent = 
nullptr );
 
   65     QAction *actionRemoveStyle( 
QgsMapLayer *layer, QObject *parent = 
nullptr );
 
   66     QAction *actionRenameStyle( 
QgsMapLayer *layer, QObject *parent = 
nullptr );
 
   67     QList<QAction *> actionsUseStyle( 
QgsMapLayer *layer, QObject *parent = 
nullptr );
 
Various GUI utility functions for dealing with map layer's style manager.
Base class for all map layer types.