QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
Individual preset record of visible layers and styles. More...
#include <qgsvisibilitypresetcollection.h>
Public Member Functions | |
bool | operator!= (const PresetRecord &other) const |
bool | operator== (const PresetRecord &other) const |
Public Attributes | |
QMap< QString, QSet< QString > > | mPerLayerCheckedLegendSymbols |
For layers that have checkable legend symbols and not all symbols are checked - list which ones are. More... | |
QMap< QString, QString > | mPerLayerCurrentStyle |
For layers that use multiple styles - which one is currently selected. More... | |
QStringList | mVisibleLayerIDs |
Ordered list of layers that are visible. More... | |
Individual preset record of visible layers and styles.
Definition at line 45 of file qgsvisibilitypresetcollection.h.
|
inline |
Definition at line 55 of file qgsvisibilitypresetcollection.h.
|
inline |
Definition at line 49 of file qgsvisibilitypresetcollection.h.
QMap<QString, QSet<QString> > QgsVisibilityPresetCollection::PresetRecord::mPerLayerCheckedLegendSymbols |
For layers that have checkable legend symbols and not all symbols are checked - list which ones are.
Definition at line 65 of file qgsvisibilitypresetcollection.h.
For layers that use multiple styles - which one is currently selected.
Definition at line 67 of file qgsvisibilitypresetcollection.h.
QStringList QgsVisibilityPresetCollection::PresetRecord::mVisibleLayerIDs |
Ordered list of layers that are visible.
Definition at line 61 of file qgsvisibilitypresetcollection.h.