15#ifndef QGSMASKSOURCESELECTIONWIDGET_H
16#define QGSMASKSOURCESELECTIONWIDGET_H
32class QgsSelectiveMaskingSource;
75 void selectedSetChanged();
83 bool isCustomSet()
const;
85 QComboBox *mSetComboBox =
nullptr;
86 QTreeWidget *mTree =
nullptr;
87 QHash<QgsSymbolLayerReference, QTreeWidgetItem *> mItems;
90 QToolButton *mSetsToolButton =
nullptr;
91 QAction *mRemoveAction =
nullptr;
92 QAction *mRenameAction =
nullptr;
94 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.