16 #ifndef QGSMASKIDPROVIDER_H
17 #define QGSMASKIDPROVIDER_H
19 #include "qgis_core.h"
50 int insertLabelLayer(
const QString &layerId,
const QString &ruleId,
const QSet<QgsSymbolLayerReference> &maskedSymbolLayers );
56 int maskId(
const QString &labelLayerId = QString(),
const QString &labelRuleId = QString() )
const;
68 QList<QSet<QgsSymbolLayerReference>> mLabelLayers;
73 QList<QSet<QString>> mMaskIds;
This class allows the creation of mask ids based on the different label layers and to give a mask id ...