| 
    QGIS API Documentation 3.32.0-Lima (311a8cb8a6)
    
   | 
 
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 44 of file qgsmasksourceselectionwidget.cpp.
      
  | 
  signal | 
Emitted when an item was changed.
| QList< QgsMaskSourceSelectionWidget::MaskSource > QgsMaskSourceSelectionWidget::selection | ( | ) | const | 
Returns the current selection.
Definition at line 224 of file qgsmasksourceselectionwidget.cpp.
| void QgsMaskSourceSelectionWidget::setSelection | ( | const QList< MaskSource > & | sel | ) | 
Sets the symbol layer selection.
Definition at line 243 of file qgsmasksourceselectionwidget.cpp.
| void QgsMaskSourceSelectionWidget::update | ( | ) | 
Updates the possible sources, from the project layers.
Definition at line 60 of file qgsmasksourceselectionwidget.cpp.