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