QGIS API Documentation 3.99.0-Master (e9821da5c6b)
Loading...
Searching...
No Matches
qgsselectivemaskingsource.cpp
Go to the documentation of this file.
1/***************************************************************************
2 qgsselectivemaskingsource.cpp
3 ---------------
4 begin : January 2026
5 copyright : (C) 2026 by Nyall Dawson
6 email : nyall dot dawson at gmail dot com
7 ***************************************************************************
8 * *
9 * This program is free software; you can redistribute it and/or modify *
10 * it under the terms of the GNU General Public License as published by *
11 * the Free Software Foundation; either version 2 of the License, or *
12 * (at your option) any later version. *
13 * *
14 ***************************************************************************/
15
17
19 : mLayerId( layerId )
20 , mSourceType( sourceType )
21 , mSourceId( sourceId )
22{
23
24}
SelectiveMaskSourceType
Selective masking source types.
Definition qgis.h:3125
QString layerId() const
Returns the source layer id.
QgsSelectiveMaskSource()=default
Constructor for an invalid QgsSelectiveMaskSource.
Qgis::SelectiveMaskSourceType sourceType() const
Returns the type of masking source.
QString sourceId() const
Returns the symbol layer or label rule ID.