QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
A structure to define the insertion point to the layer tree. More...
#include <qgslayertreeregistrybridge.h>
Public Member Functions | |
InsertionPoint (QgsLayerTreeGroup *group, int position) | |
Constructs an insertion point as layer tree group with its corresponding position. More... | |
Public Attributes | |
QgsLayerTreeGroup * | group = nullptr |
int | position = 0 |
A structure to define the insertion point to the layer tree.
This represents the current layer tree group and index where newly added map layers should be inserted into.
Definition at line 54 of file qgslayertreeregistrybridge.h.
|
inline |
Constructs an insertion point as layer tree group with its corresponding position.
Definition at line 57 of file qgslayertreeregistrybridge.h.
QgsLayerTreeGroup* QgsLayerTreeRegistryBridge::InsertionPoint::group = nullptr |
Definition at line 60 of file qgslayertreeregistrybridge.h.
int QgsLayerTreeRegistryBridge::InsertionPoint::position = 0 |
Definition at line 61 of file qgslayertreeregistrybridge.h.