Skip to content

Commit 4eb10f2

Browse files
committedMay 28, 2020
Dox
1 parent 5c1aa4f commit 4eb10f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/gui/layout/qgsgeopdflayertreemodel.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ class GUI_EXPORT QgsGeoPdfLayerTreeModel : public QgsLayerTreeModel
4949
QVariant data( const QModelIndex &index, int role ) const override;
5050
bool setData( const QModelIndex &index, const QVariant &value, int role ) override;
5151

52+
/**
53+
* Checks (or unchecks) all rows and children from the specified \a parent index.
54+
*/
5255
void checkAll( bool checked, const QModelIndex &parent = QModelIndex() );
5356

5457
private:

0 commit comments

Comments
 (0)
Please sign in to comment.