QGIS API Documentation  2.12.0-Lyon
Public Member Functions | Public Attributes | List of all members
QgsVisibilityPresetCollection::PresetRecord Class Reference

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, QStringmPerLayerCurrentStyle
 For layers that use multiple styles - which one is currently selected. More...
 
QStringList mVisibleLayerIDs
 Ordered list of layers that are visible. More...
 

Detailed Description

Individual preset record of visible layers and styles.

Definition at line 44 of file qgsvisibilitypresetcollection.h.

Member Function Documentation

bool QgsVisibilityPresetCollection::PresetRecord::operator!= ( const PresetRecord other) const
inline

Definition at line 54 of file qgsvisibilitypresetcollection.h.

bool QgsVisibilityPresetCollection::PresetRecord::operator== ( const PresetRecord other) const
inline

Definition at line 48 of file qgsvisibilitypresetcollection.h.

Member Data Documentation

QMap<QString, QSet<QString> > QgsVisibilityPresetCollection::PresetRecord::mPerLayerCheckedLegendSymbols

For layers that have checkable legend symbols and not all symbols are checked - list which ones are.

Note
not available in Python bindings

Definition at line 64 of file qgsvisibilitypresetcollection.h.

QMap<QString, QString> QgsVisibilityPresetCollection::PresetRecord::mPerLayerCurrentStyle

For layers that use multiple styles - which one is currently selected.

Definition at line 66 of file qgsvisibilitypresetcollection.h.

QStringList QgsVisibilityPresetCollection::PresetRecord::mVisibleLayerIDs

Ordered list of layers that are visible.

Definition at line 60 of file qgsvisibilitypresetcollection.h.


The documentation for this class was generated from the following file: