QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Go to the documentation of this file.
16 #ifndef QGSMAPLAYERCONFIGWIDGETFACTORY_H
17 #define QGSMAPLAYERCONFIGWIDGETFACTORY_H
19 #include <QListWidgetItem>
49 virtual QIcon
icon()
const {
return mIcon; }
55 void setIcon(
const QIcon &icon ) { mIcon = icon; }
62 virtual QString
title()
const {
return mTitle; }
70 void setTitle(
const QString &title ) { mTitle = title; }
104 virtual QString layerPropertiesPagePositionHint()
const;
116 virtual bool supportsLayer(
QgsMapLayer *layer )
const;
132 bool mSupportsDock =
true;
133 bool mSupportsProperties =
true;
136 #endif // QGSMAPLAYERCONFIGWIDGETFACTORY_H