|
QGIS API Documentation 3.99.0-Master (8e76e220402)
|
A widget that allows the selection of a list of sources for selective masking. More...
#include <qgsmasksourceselectionwidget.h>

Signals | |
| void | changed () |
| Emitted when an item was changed. | |
Public Member Functions | |
| QgsMaskSourceSelectionWidget (QWidget *parent=nullptr) | |
| constructor | |
| void | setSourceSet (const QgsSelectiveMaskingSourceSet &set) |
| Sets the current masking source set. | |
| QgsSelectiveMaskingSourceSet | sourceSet () const |
| Returns the current masking source set. | |
| void | update () |
| Updates the possible sources, from the project layers. | |
Friends | |
| class | TestQgsMaskingWidget |
A widget that allows the selection of a list of sources for selective masking.
A masking source can be either a label mask or a mask symbol layer.
Definition at line 45 of file qgsmasksourceselectionwidget.h.
|
explicit |
constructor
Definition at line 62 of file qgsmasksourceselectionwidget.cpp.
|
signal |
Emitted when an item was changed.
| void QgsMaskSourceSelectionWidget::setSourceSet | ( | const QgsSelectiveMaskingSourceSet & | set | ) |
Sets the current masking source set.
Definition at line 342 of file qgsmasksourceselectionwidget.cpp.
| QgsSelectiveMaskingSourceSet QgsMaskSourceSelectionWidget::sourceSet | ( | ) | const |
Returns the current masking source set.
Definition at line 306 of file qgsmasksourceselectionwidget.cpp.
| void QgsMaskSourceSelectionWidget::update | ( | ) |
Updates the possible sources, from the project layers.
Definition at line 114 of file qgsmasksourceselectionwidget.cpp.
|
friend |
Definition at line 96 of file qgsmasksourceselectionwidget.h.