QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
qgsmargins.h File Reference
#include "qgis.h"
#include "qgis_core.h"
#include <QString>
Include dependency graph for qgsmargins.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsMargins
 Defines the four margins of a rectangle. More...

Functions

bool operator!= (const QgsMargins &lhs, const QgsMargins &rhs)
 Returns true if lhs and rhs are different; otherwise returns false.
QgsMargins operator* (const QgsMargins &margins, double factor)
 Returns a QgsMargins object that is formed by multiplying each component of the given margins by factor.
QgsMargins operator* (double factor, const QgsMargins &margins)
 Returns a QgsMargins object that is formed by multiplying each component of the given margins by factor.
QgsMargins operator+ (const QgsMargins &lhs, double rhs)
 Returns a QgsMargins object that is formed by adding rhs to lhs.
QgsMargins operator+ (const QgsMargins &m1, const QgsMargins &m2)
 Returns a QgsMargins object that is the sum of the given margins, m1 and m2; each component is added separately.
QgsMargins operator+ (const QgsMargins &margins)
 Returns a QgsMargins object that is formed from all components of margins.
QgsMargins operator+ (double lhs, const QgsMargins &rhs)
 Returns a QgsMargins object that is formed by adding lhs to rhs.
QgsMargins operator- (const QgsMargins &lhs, double rhs)
 Returns a QgsMargins object that is formed by subtracting rhs from lhs.
QgsMargins operator- (const QgsMargins &m1, const QgsMargins &m2)
 Returns a QgsMargins object that is formed by subtracting m2 from m1; each component is subtracted separately.
QgsMargins operator- (const QgsMargins &margins)
 Returns a QgsMargins object that is formed by negating all components of margins.
QgsMargins operator/ (const QgsMargins &margins, double divisor)
 Returns a QgsMargins object that is formed by dividing the components of the given margins by the given divisor.
bool operator== (const QgsMargins &lhs, const QgsMargins &rhs)
 Returns true if lhs and rhs are equal; otherwise returns false.
 Q_DECLARE_TYPEINFO (QgsMargins, Q_MOVABLE_TYPE)

Function Documentation

◆ operator!=()

bool operator!= ( const QgsMargins & lhs,
const QgsMargins & rhs )
inline

Returns true if lhs and rhs are different; otherwise returns false.

Definition at line 194 of file qgsmargins.h.

◆ operator*() [1/2]

QgsMargins operator* ( const QgsMargins & margins,
double factor )
inline

Returns a QgsMargins object that is formed by multiplying each component of the given margins by factor.

Definition at line 250 of file qgsmargins.h.

◆ operator*() [2/2]

QgsMargins operator* ( double factor,
const QgsMargins & margins )
inline

Returns a QgsMargins object that is formed by multiplying each component of the given margins by factor.

Definition at line 260 of file qgsmargins.h.

◆ operator+() [1/4]

QgsMargins operator+ ( const QgsMargins & lhs,
double rhs )
inline

Returns a QgsMargins object that is formed by adding rhs to lhs.

Definition at line 222 of file qgsmargins.h.

◆ operator+() [2/4]

QgsMargins operator+ ( const QgsMargins & m1,
const QgsMargins & m2 )
inline

Returns a QgsMargins object that is the sum of the given margins, m1 and m2; each component is added separately.

Definition at line 203 of file qgsmargins.h.

◆ operator+() [3/4]

QgsMargins operator+ ( const QgsMargins & margins)
inline

Returns a QgsMargins object that is formed from all components of margins.

Definition at line 317 of file qgsmargins.h.

◆ operator+() [4/4]

QgsMargins operator+ ( double lhs,
const QgsMargins & rhs )
inline

Returns a QgsMargins object that is formed by adding lhs to rhs.

Definition at line 231 of file qgsmargins.h.

◆ operator-() [1/3]

QgsMargins operator- ( const QgsMargins & lhs,
double rhs )
inline

Returns a QgsMargins object that is formed by subtracting rhs from lhs.

Definition at line 240 of file qgsmargins.h.

◆ operator-() [2/3]

QgsMargins operator- ( const QgsMargins & m1,
const QgsMargins & m2 )
inline

Returns a QgsMargins object that is formed by subtracting m2 from m1; each component is subtracted separately.

Definition at line 213 of file qgsmargins.h.

◆ operator-() [3/3]

QgsMargins operator- ( const QgsMargins & margins)
inline

Returns a QgsMargins object that is formed by negating all components of margins.

Definition at line 325 of file qgsmargins.h.

◆ operator/()

QgsMargins operator/ ( const QgsMargins & margins,
double divisor )
inline

Returns a QgsMargins object that is formed by dividing the components of the given margins by the given divisor.

Definition at line 270 of file qgsmargins.h.

◆ operator==()

bool operator== ( const QgsMargins & lhs,
const QgsMargins & rhs )
inline

Returns true if lhs and rhs are equal; otherwise returns false.

Definition at line 183 of file qgsmargins.h.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QgsMargins ,
Q_MOVABLE_TYPE  )