From 4eb10f2990c3836f643c5935ff2aac27d6636bf4 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Thu, 28 May 2020 14:30:35 +1000 Subject: [PATCH] Dox --- src/gui/layout/qgsgeopdflayertreemodel.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/layout/qgsgeopdflayertreemodel.h b/src/gui/layout/qgsgeopdflayertreemodel.h index c180584882b..c2c04923214 100644 --- a/src/gui/layout/qgsgeopdflayertreemodel.h +++ b/src/gui/layout/qgsgeopdflayertreemodel.h @@ -49,6 +49,9 @@ class GUI_EXPORT QgsGeoPdfLayerTreeModel : public QgsLayerTreeModel QVariant data( const QModelIndex &index, int role ) const override; bool setData( const QModelIndex &index, const QVariant &value, int role ) override; + /** + * Checks (or unchecks) all rows and children from the specified \a parent index. + */ void checkAll( bool checked, const QModelIndex &parent = QModelIndex() ); private: