15 #ifndef QGSMAPLAYERSTYLEMANAGERWIDGET_H 
   16 #define QGSMAPLAYERSTYLEMANAGERWIDGET_H 
   20 #include <QStandardItemModel> 
   51     void styleClicked( 
const QModelIndex &index );
 
   52     void currentStyleChanged( 
const QString &name );
 
   53     void styleAdded( 
const QString &name );
 
   54     void styleRemoved( 
const QString &name );
 
   55     void styleRenamed( 
const QString &oldname, 
const QString &newname );
 
   58     void renameStyle( QStandardItem *item );
 
   65     QStandardItemModel *mModel = 
nullptr;
 
   66     QListView *mStyleList = 
nullptr;
 
Map canvas is a class for displaying all GIS data types on a canvas.
Base class for all map layer types.