QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Signals | Public Member Functions | List of all members
QgsLayoutGuide Class Reference

Contains the configuration for a single snap guide used by a layout. More...

#include <qgslayoutguidecollection.h>

Inheritance diagram for QgsLayoutGuide:
Inheritance graph
[legend]

Signals

void positionChanged ()
 Emitted when the guide's position is changed. More...
 

Public Member Functions

 QgsLayoutGuide (Qt::Orientation orientation, QgsLayoutMeasurement position, QgsLayoutItemPage *page)
 Constructor for a new guide with the specified orientation and initial position. More...
 
 ~QgsLayoutGuide () override
 
QGraphicsLineItem * item ()
 Returns the guide's line item. More...
 
QgsLayoutlayout () const
 Returns the layout the guide belongs to. More...
 
double layoutPosition () const
 Returns the guide's position in absolute layout units. More...
 
Qt::Orientation orientation () const
 Returns the guide's orientation. More...
 
QgsLayoutItemPagepage ()
 Returns the page the guide is contained within. More...
 
QgsLayoutMeasurement position () const
 Returns the guide's position within the page. More...
 
void setLayout (QgsLayout *layout)
 Sets the layout the guide belongs to. More...
 
void setLayoutPosition (double position)
 Sets the guide's position in absolute layout units. More...
 
void setPage (QgsLayoutItemPage *page)
 Sets the page the guide is contained within. More...
 
void setPosition (QgsLayoutMeasurement position)
 Sets the guide's position within the page. More...
 
void update ()
 Updates the position of the guide's line item. More...
 

Detailed Description

Contains the configuration for a single snap guide used by a layout.

Definition at line 41 of file qgslayoutguidecollection.h.

Constructor & Destructor Documentation

◆ QgsLayoutGuide()

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 31 of file qgslayoutguidecollection.cpp.

◆ ~QgsLayoutGuide()

QgsLayoutGuide::~QgsLayoutGuide ( )
override

Definition at line 38 of file qgslayoutguidecollection.cpp.

Member Function Documentation

◆ item()

QGraphicsLineItem * QgsLayoutGuide::item ( )

Returns the guide's line item.

Definition at line 114 of file qgslayoutguidecollection.cpp.

◆ layout()

QgsLayout * QgsLayoutGuide::layout ( ) const

Returns the layout the guide belongs to.

See also
setLayout()

Definition at line 156 of file qgslayoutguidecollection.cpp.

◆ layoutPosition()

double QgsLayoutGuide::layoutPosition ( ) const

Returns the guide's position in absolute layout units.

See also
setLayoutPosition()

Definition at line 119 of file qgslayoutguidecollection.cpp.

◆ orientation()

Qt::Orientation QgsLayoutGuide::orientation ( ) const

Returns the guide's orientation.

Definition at line 182 of file qgslayoutguidecollection.cpp.

◆ page()

QgsLayoutItemPage * QgsLayoutGuide::page ( )

Returns the page the guide is contained within.

See also
setPage()

Definition at line 59 of file qgslayoutguidecollection.cpp.

◆ position()

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().

See also
setPosition()

Definition at line 47 of file qgslayoutguidecollection.cpp.

◆ positionChanged

void QgsLayoutGuide::positionChanged ( )
signal

Emitted when the guide's position is changed.

◆ setLayout()

void QgsLayoutGuide::setLayout ( QgsLayout layout)

Sets the layout the guide belongs to.

Note
Adding the guide to a QgsLayoutGuideCollection will automatically set the corresponding layout for you.
See also
layout()

Definition at line 161 of file qgslayoutguidecollection.cpp.

◆ setLayoutPosition()

void QgsLayoutGuide::setLayoutPosition ( double  position)

Sets the guide's position in absolute layout units.

See also
layoutPosition()

Definition at line 135 of file qgslayoutguidecollection.cpp.

◆ setPage()

void QgsLayoutGuide::setPage ( QgsLayoutItemPage page)

Sets the page the guide is contained within.

See also
page()

Definition at line 64 of file qgslayoutguidecollection.cpp.

◆ setPosition()

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().

See also
position()

Definition at line 52 of file qgslayoutguidecollection.cpp.

◆ update()

void QgsLayoutGuide::update ( )

Updates the position of the guide's line item.

Definition at line 70 of file qgslayoutguidecollection.cpp.


The documentation for this class was generated from the following files: