Skip to content

Commit

Permalink
Dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 28, 2020
1 parent 5c1aa4f commit 4eb10f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/layout/qgsgeopdflayertreemodel.h
Expand Up @@ -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:
Expand Down

0 comments on commit 4eb10f2

Please sign in to comment.