16 #ifndef QGSLAYERTREEREGISTRYBRIDGE_H
17 #define QGSLAYERTREEREGISTRYBRIDGE_H
20 #include <QStringList>
22 #include "qgis_core.h"
58 : group( group ), position( position ) {}
85 void setLayerInsertionPoint(
const InsertionPoint &insertionPoint );
93 void addedLayersToLayerTree(
const QList<QgsMapLayer *> &layers );
96 void layersAdded(
const QList<QgsMapLayer *> &layers );
97 void layersWillBeRemoved(
const QStringList &layerIds );
99 void groupWillRemoveChildren(
QgsLayerTreeNode *node,
int indexFrom,
int indexTo );
100 void groupRemovedChildren();
102 void removeLayersFromRegistry(
const QStringList &layerIds );
115 #endif // QGSLAYERTREEREGISTRYBRIDGE_H