| QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
    | 
Filters QgsLayoutGuideCollection models to guides of a single orientation (horizontal or vertical). More...
#include <qgslayoutguidecollection.h>

| Public Member Functions | |
| QgsLayoutGuideProxyModel (QObject *parent, Qt::Orientation orientation, int page) | |
| Constructor for QgsLayoutGuideProxyModel, filtered to guides of the specified orientation and page only.  More... | |
| bool | filterAcceptsRow (int sourceRow, const QModelIndex &sourceParent) const override | 
| bool | lessThan (const QModelIndex &left, const QModelIndex &right) const override | 
| void | setPage (int page) | 
| Sets the current page for filtering matching guides.  More... | |
Filters QgsLayoutGuideCollection models to guides of a single orientation (horizontal or vertical).
Definition at line 313 of file qgslayoutguidecollection.h.
| 
 | explicit | 
Constructor for QgsLayoutGuideProxyModel, filtered to guides of the specified orientation and page only.
Page numbers begin at 0.
Definition at line 591 of file qgslayoutguidecollection.cpp.
| 
 | override | 
Definition at line 606 of file qgslayoutguidecollection.cpp.
| 
 | override | 
Definition at line 617 of file qgslayoutguidecollection.cpp.
| void QgsLayoutGuideProxyModel::setPage | ( | int | page | ) | 
Sets the current page for filtering matching guides.
Page numbers begin at 0.
Definition at line 600 of file qgslayoutguidecollection.cpp.