16#ifndef QGSLAYERTREEVIEW_H
17#define QGSLAYERTREEVIEW_H
36#include <QSortFilterProxyModel>
60 void setFilterText(
const QString &filterText = QString() );
65 bool showPrivateLayers()
const;
70 void setShowPrivateLayers(
bool showPrivate );
74 bool filterAcceptsRow(
int sourceRow,
const QModelIndex &sourceParent )
const override;
82 bool mShowPrivateLayers =
false;
107 if ( sipCpp->inherits(
"QgsLayerTreeView" ) )
108 sipType = sipType_QgsLayerTreeView;
123 void setModel( QAbstractItemModel *model )
override;
217 void setLayerVisible(
QgsMapLayer *layer,
bool visible );
247 QList<QgsLayerTreeNode *> selectedNodes(
bool skipInternal =
false )
const;
256 QList<QgsLayerTreeLayer *> selectedLayerNodes()
const;
265 QList<QgsMapLayer *> selectedLayers()
const;
275 QList<QgsLayerTreeModelLegendNode *> selectedLegendNodes()
const;
283 QList<QgsMapLayer *> selectedLayersRecursive()
const;
311 QList<QgsLayerTreeViewIndicator *> indicators(
QgsLayerTreeNode *node )
const;
331 static QStringList viewOnlyCustomProperties()
SIP_SKIP;
337 void refreshLayerSymbology( const QString &layerId );
342 void expandAllNodes();
347 void collapseAllNodes();
354 void setLayerMarkWidth(
int width ) { mLayerMarkWidth = width; }
366 void setShowPrivateLayers(
bool showPrivate );
372 bool showPrivateLayers( );
391 void contextMenuEvent( QContextMenuEvent *event )
override;
395 QgsMapLayer *layerForIndex(
const QModelIndex &index )
const;
397 void mouseDoubleClickEvent( QMouseEvent *event )
override;
398 void mouseReleaseEvent( QMouseEvent *event )
override;
399 void keyPressEvent( QKeyEvent *event )
override;
401 void dragEnterEvent( QDragEnterEvent *event )
override;
402 void dragMoveEvent( QDragMoveEvent *event )
override;
403 void dropEvent( QDropEvent *event )
override;
405 void resizeEvent( QResizeEvent *event )
override;
409 void modelRowsInserted(
const QModelIndex &index,
int start,
int end );
410 void modelRowsRemoved();
412 void updateExpandedStateToNode(
const QModelIndex &index );
414 void onCurrentChanged();
421 void onHorizontalScroll(
int value );
423 void onDataChanged(
const QModelIndex &topLeft,
const QModelIndex &bottomRight,
const QVector<int> &roles );
433 QHash< QgsLayerTreeNode *, QList<QgsLayerTreeViewIndicator *> >
mIndicators;
445 bool mShowPrivateLayers =
false;
447 QTimer *mBlockDoubleClickTimer =
nullptr;
452 friend class QgsLayerTreeViewItemDelegate;
QgsLayerTreeFilterProxyModel is a sort filter proxy model to easily reproduce the legend/layer tree i...
Layer tree group node serves as a container for layers and further groups.
Layer tree node points to a map layer.
The QgsLegendRendererItem class is abstract interface for legend items returned from QgsMapLayerLegen...
The QgsLayerTreeModel class is model implementation for Qt item views framework.
This class is a base class for nodes in a layer tree.
The QgsLayerTreeProxyModel class is a proxy model for QgsLayerTreeModel, supports private layers and ...
The QgsLayerTreeViewDefaultActions class serves as a factory of actions that can be used together wit...
Indicator that can be used in a layer tree view to display icons next to items of the layer tree.
The QgsLayerTreeView class extends QTreeView and provides some additional functionality when working ...
int mLayerMarkWidth
Width of contextual menu mark for layer nodes.
void currentLayerChanged(QgsMapLayer *layer)
Emitted when a current layer is changed.
void contextMenuAboutToShow(QMenu *menu)
Emitted when the context menu is about to show.
QString mCurrentLayerID
Keeps track of current layer ID (to check when to emit signal about change of current layer)
void datasetsDropped(QDropEvent *event)
Emitted when datasets are dropped onto the layer tree view.
QHash< QgsLayerTreeNode *, QList< QgsLayerTreeViewIndicator * > > mIndicators
Storage of indicators used with the tree view.
QgsLayerTreeViewMenuProvider * menuProvider() const
Returns pointer to the context menu provider. May be nullptr.
QPoint mLastReleaseMousePos
Used by the item delegate for identification of which indicator has been clicked.
int layerMarkWidth() const
Returns width of contextual menu mark, at right of layer node items.
Base class for all map layer types.
A bar for displaying non-blocking messages to the user.
#define SIP_CONVERT_TO_SUBCLASS_CODE(code)