QGIS API Documentation 3.41.0-Master (fda2aa46e9a)
|
Contains the configuration for a single snap guide used by a layout. More...
#include <qgslayoutguidecollection.h>
Signals | |
void | positionChanged () |
Emitted when the guide's position is changed. | |
Public Member Functions | |
QgsLayoutGuide (Qt::Orientation orientation, QgsLayoutMeasurement position, QgsLayoutItemPage *page) | |
Constructor for a new guide with the specified orientation and initial position. | |
~QgsLayoutGuide () override | |
QGraphicsLineItem * | item () |
Returns the guide's line item. | |
QgsLayout * | layout () const |
Returns the layout the guide belongs to. | |
double | layoutPosition () const |
Returns the guide's position in absolute layout units. | |
Qt::Orientation | orientation () const |
Returns the guide's orientation. | |
QgsLayoutItemPage * | page () |
Returns the page the guide is contained within. | |
QgsLayoutMeasurement | position () const |
Returns the guide's position within the page. | |
void | setLayout (QgsLayout *layout) |
Sets the layout the guide belongs to. | |
void | setLayoutPosition (double position) |
Sets the guide's position in absolute layout units. | |
void | setPage (QgsLayoutItemPage *page) |
Sets the page the guide is contained within. | |
void | setPosition (QgsLayoutMeasurement position) |
Sets the guide's position within the page. | |
void | update () |
Updates the position of the guide's line item. | |
Contains the configuration for a single snap guide used by a layout.
Definition at line 41 of file qgslayoutguidecollection.h.
QgsLayoutGuide::QgsLayoutGuide | ( | Qt::Orientation | orientation, |
QgsLayoutMeasurement | position, | ||
QgsLayoutItemPage * | page | ||
) |
Constructor for a new guide with the specified orientation and initial position.
A layout must be set by calling setLayout() before the guide can be used. Adding the guide to a QgsLayoutGuideCollection will automatically set the corresponding layout for you.
Definition at line 32 of file qgslayoutguidecollection.cpp.
|
override |
Definition at line 39 of file qgslayoutguidecollection.cpp.
QGraphicsLineItem * QgsLayoutGuide::item | ( | ) |
Returns the guide's line item.
Definition at line 115 of file qgslayoutguidecollection.cpp.
QgsLayout * QgsLayoutGuide::layout | ( | ) | const |
Returns the layout the guide belongs to.
Definition at line 157 of file qgslayoutguidecollection.cpp.
double QgsLayoutGuide::layoutPosition | ( | ) | const |
Returns the guide's position in absolute layout units.
Definition at line 120 of file qgslayoutguidecollection.cpp.
Qt::Orientation QgsLayoutGuide::orientation | ( | ) | const |
Returns the guide's orientation.
Definition at line 183 of file qgslayoutguidecollection.cpp.
QgsLayoutItemPage * QgsLayoutGuide::page | ( | ) |
Returns the page the guide is contained within.
Definition at line 60 of file qgslayoutguidecollection.cpp.
QgsLayoutMeasurement QgsLayoutGuide::position | ( | ) | const |
Returns the guide's position within the page.
The position indicates either the horizontal or vertical position of the guide, depending on the guide's orientation().
Definition at line 48 of file qgslayoutguidecollection.cpp.
|
signal |
Emitted when the guide's position is changed.
void QgsLayoutGuide::setLayout | ( | QgsLayout * | layout | ) |
Sets the layout the guide belongs to.
Definition at line 162 of file qgslayoutguidecollection.cpp.
void QgsLayoutGuide::setLayoutPosition | ( | double | position | ) |
Sets the guide's position in absolute layout units.
Definition at line 136 of file qgslayoutguidecollection.cpp.
void QgsLayoutGuide::setPage | ( | QgsLayoutItemPage * | page | ) |
Sets the page the guide is contained within.
Definition at line 65 of file qgslayoutguidecollection.cpp.
void QgsLayoutGuide::setPosition | ( | QgsLayoutMeasurement | position | ) |
Sets the guide's position within the page.
The position argument indicates either the horizontal or vertical position of the guide, depending on the guide's orientation().
Definition at line 53 of file qgslayoutguidecollection.cpp.
void QgsLayoutGuide::update | ( | ) |
Updates the position of the guide's line item.
Definition at line 71 of file qgslayoutguidecollection.cpp.