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