16 #ifndef QGSCUSTOMLAYERORDERWIDGET_H 17 #define QGSCUSTOMLAYERORDERWIDGET_H 20 #include <QAbstractListModel> 22 class CustomLayerOrderModel;
49 void bridgeHasCustomLayerOrderChanged(
bool state );
50 void bridgeCustomLayerOrderChanged(
const QStringList& order );
84 QMimeData* mimeData(
const QModelIndexList& indexes )
const override;
86 bool dropMimeData(
const QMimeData *data, Qt::DropAction action,
int row,
int column,
const QModelIndex &parent )
override;
88 bool removeRows(
int row,
int count,
const QModelIndex& parent )
override;
94 void updateLayerVisibility(
const QString& layerId );
102 #endif // QGSCUSTOMLAYERORDERWIDGET_H
The QgsLayerTreeMapCanvasBridge class takes care of updates of layer set for QgsMapCanvas from a laye...
This class is a base class for nodes in a layer tree.