QGIS API Documentation
2.6.0-Brighton
|
Listens to the updates in map layer registry and does changes in layer tree. More...
#include <qgslayertreeregistrybridge.h>
Signals | |
void | addedLayersToLayerTree (QList< QgsMapLayer * > layers) |
Tell others we have just added layers to the tree (used in QGIS to auto-select first newly added layer) |
Public Member Functions | |
QgsLayerTreeRegistryBridge (QgsLayerTreeGroup *root, QObject *parent=0) | |
void | setEnabled (bool enabled) |
bool | isEnabled () const |
void | setNewLayersVisible (bool enabled) |
bool | newLayersVisible () const |
void | setLayerInsertionPoint (QgsLayerTreeGroup *parentGroup, int index) |
Set where the new layers should be inserted - can be used to follow current selection. |
Protected Slots | |
void | layersAdded (QList< QgsMapLayer * > layers) |
void | layersWillBeRemoved (QStringList layerIds) |
void | groupWillRemoveChildren (QgsLayerTreeNode *node, int indexFrom, int indexTo) |
void | groupRemovedChildren () |
void | removeLayersFromRegistry (QStringList layerIds) |
Protected Attributes | |
QgsLayerTreeGroup * | mRoot |
QStringList | mLayerIdsForRemoval |
bool | mRegistryRemovingLayers |
bool | mEnabled |
bool | mNewLayersVisible |
QgsLayerTreeGroup * | mInsertionPointGroup |
int | mInsertionPointIndex |
Listens to the updates in map layer registry and does changes in layer tree.
When connected to a layer tree, any layers added to the map layer registry will be also added to the layer tree. Similarly, map layers that are removed from registry will be removed from the layer tree.
If a layer is completely removed from the layer tree, it will be also removed from the map layer registry.
|
explicit |
|
signal |
Tell others we have just added layers to the tree (used in QGIS to auto-select first newly added layer)
|
protectedslot |
|
protectedslot |
|
inline |
|
protectedslot |
|
protectedslot |
|
inline |
|
protectedslot |
|
inline |
void QgsLayerTreeRegistryBridge::setLayerInsertionPoint | ( | QgsLayerTreeGroup * | parentGroup, |
int | index | ||
) |
Set where the new layers should be inserted - can be used to follow current selection.
By default it is root group with zero index.
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |