18#ifndef QGSLAYOUTSIZE_H
19#define QGSLAYOUTSIZE_H
69 void setSize(
const double width,
const double height )
74 Q_ASSERT_X( !std::isnan( width ) && !std::isnan( height ),
"QgsLayoutSize",
"Layout size with NaN dimensions created" );
83 double width()
const {
return mWidth; }
94 Q_ASSERT_X( !std::isnan( width ),
"QgsLayoutSize",
"Layout size with NaN dimensions created" );
103 double height()
const {
return mHeight; }
114 Q_ASSERT_X( !std::isnan( height ),
"QgsLayoutSize",
"Layout size with NaN dimensions created" );
136 bool isEmpty()
const;
143 QSizeF toQSizeF()
const;
149 QString encodeSize()
const;
181 SIP_PYOBJECT __repr__();
184 sipRes = PyUnicode_FromString(
str.toUtf8().constData() );
191 double mHeight = 0.0;
LayoutUnit
Layout measurement units.
@ Millimeters
Millimeters.
This class provides a method of storing sizes, consisting of a width and height, for use in QGIS layo...
void setUnits(const Qgis::LayoutUnit units)
Sets the units for the size.
void setSize(const double width, const double height)
Sets new width and height for the size.
double height() const
Returns the height of the size.
void setWidth(const double width)
Sets the width for the size.
Qgis::LayoutUnit units() const
Returns the units for the size.
double width() const
Returns the width of the size.
void setHeight(const double height)
Sets the height for the size.
static Q_INVOKABLE QString toAbbreviatedString(Qgis::DistanceUnit unit)
Returns a translated abbreviation representing a distance unit.
bool operator==(const QgsFeatureIterator &fi1, const QgsFeatureIterator &fi2)
bool operator!=(const QgsFeatureIterator &fi1, const QgsFeatureIterator &fi2)
QgsMargins operator*(const QgsMargins &margins, double factor)
Returns a QgsMargins object that is formed by multiplying each component of the given margins by fact...
QgsMargins operator/(const QgsMargins &margins, double divisor)
Returns a QgsMargins object that is formed by dividing the components of the given margins by the giv...