QGIS API Documentation
3.0.2-Girona (307d082)
|
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 583 of file qgslayoutguidecollection.cpp.
|
override |
Definition at line 598 of file qgslayoutguidecollection.cpp.
|
override |
Definition at line 609 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 592 of file qgslayoutguidecollection.cpp.