mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Dox
This commit is contained in:
parent
5c1aa4fce2
commit
4eb10f2990
@ -49,6 +49,9 @@ class GUI_EXPORT QgsGeoPdfLayerTreeModel : public QgsLayerTreeModel
|
|||||||
QVariant data( const QModelIndex &index, int role ) const override;
|
QVariant data( const QModelIndex &index, int role ) const override;
|
||||||
bool setData( const QModelIndex &index, const QVariant &value, int role ) 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() );
|
void checkAll( bool checked, const QModelIndex &parent = QModelIndex() );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user