| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
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.   | |
| 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.   | |
Filters QgsLayoutGuideCollection models to guides of a single orientation (horizontal or vertical).
Definition at line 321 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 596 of file qgslayoutguidecollection.cpp.
      
  | 
  override | 
Definition at line 611 of file qgslayoutguidecollection.cpp.
      
  | 
  override | 
Definition at line 622 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 605 of file qgslayoutguidecollection.cpp.