This commit is contained in:
Nyall Dawson 2020-05-28 14:30:35 +10:00
parent 5c1aa4fce2
commit 4eb10f2990

View File

@ -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: