QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
A widget that allows the selection of a list of sources for selective masking. More...
#include <qgsmasksourceselectionwidget.h>
Classes | |
struct | MaskSource |
Signals | |
void | changed () |
Emitted when an item was changed. More... | |
Public Member Functions | |
QgsMaskSourceSelectionWidget (QWidget *parent=nullptr) | |
constructor More... | |
QList< MaskSource > | selection () const |
Returns the current selection. More... | |
void | setSelection (const QList< MaskSource > &sel) |
Sets the symbol layer selection. More... | |
void | update () |
Updates the possible sources, from the project layers. More... | |
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 38 of file qgsmasksourceselectionwidget.h.
|
explicit |
constructor
Definition at line 56 of file qgsmasksourceselectionwidget.cpp.
|
signal |
Emitted when an item was changed.
QList< QgsMaskSourceSelectionWidget::MaskSource > QgsMaskSourceSelectionWidget::selection | ( | ) | const |
Returns the current selection.
Definition at line 232 of file qgsmasksourceselectionwidget.cpp.
void QgsMaskSourceSelectionWidget::setSelection | ( | const QList< MaskSource > & | sel | ) |
Sets the symbol layer selection.
Definition at line 251 of file qgsmasksourceselectionwidget.cpp.
void QgsMaskSourceSelectionWidget::update | ( | ) |
Updates the possible sources, from the project layers.
Definition at line 72 of file qgsmasksourceselectionwidget.cpp.