15#ifndef QGSMASKSOURCESELECTIONWIDGET_H
16#define QGSMASKSOURCESELECTIONWIDGET_H
33class QgsSelectiveMaskingSource;
76 void selectedSetChanged();
84 bool isCustomSet()
const;
86 QComboBox *mSetComboBox =
nullptr;
87 QTreeWidget *mTree =
nullptr;
88 QHash<QgsSymbolLayerReference, QTreeWidgetItem *> mItems;
91 QToolButton *mSetsToolButton =
nullptr;
92 QAction *mRemoveAction =
nullptr;
93 QAction *mRenameAction =
nullptr;
95 int mBlockChangedSignals = 0;
List model representing the selective masking source sets available in a selective masking source set...
QSortFilterProxyModel subclass for QgsSelectiveMaskingSourceSetManagerModel.
Represents a named set of selective masking sources (QgsSelectiveMaskSource).
Abstract base class for symbol layers.