|
const QMarginsF | operator+ (const QMarginsF &lhs, const QMarginsF &rhs) |
| Returns a QMarginsF object that is the sum of the given margins, lhs and rhs; each component is added separately.
|
const QMarginsF | operator- (const QMarginsF &lhs, const QMarginsF &rhs) |
| Returns a QMarginsF object that is formed by subtracting rhs from lhs; each component is subtracted separately.
|
const QMarginsF | operator+ (const QMarginsF &lhs, qreal rhs) |
| Returns a QMarginsF object that is formed by adding rhs (which must be finite) to each component of lhs.
|
const QMarginsF | operator+ (qreal lhs, const QMarginsF &rhs) |
| Returns a QMarginsF object that is formed by adding lhs (which must be finite) to each component of rhs.
|
const QMarginsF | operator- (const QMarginsF &lhs, qreal rhs) |
| Returns a QMarginsF object that is formed by subtracting rhs (which must be finite) from each component of lhs.
|
const QMarginsF | operator* (const QMarginsF &lhs, qreal rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.Returns a QMarginsF object that is formed by multiplying each component of the given lhs margins by finite factor rhs.
|
const QMarginsF | operator* (qreal lhs, const QMarginsF &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.Returns a QMarginsF object that is formed by multiplying each component of the given lhs margins by finite factor rhs.
|
const QMarginsF | operator/ (const QMarginsF &lhs, qreal rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.Returns a QMarginsF object that is formed by dividing the components of the given lhs margins by the given rhs divisor.
|
QMarginsF | operator| (const QMarginsF &m1, const QMarginsF &m2) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.Returns a QMarginsF object that is formed from the maximum of each component of m2 and m1.
|
QMarginsF | operator+ (const QMarginsF &margins) |
| Returns a QMargin object that is formed from all components of margins.
|
QMarginsF | operator- (const QMarginsF &margins) |
| Returns a QMargin object that is formed by negating all components of margins.
|
QDataStream & | operator<< (QDataStream &stream, const QMarginsF &m) |
| Writes margin m to the given stream and returns a reference to the stream.
|
QDataStream & | operator>> (QDataStream &stream, QMarginsF &m) |
| Reads a margin from the given stream into margin m and returns a reference to the stream.
|
Definition at line 267 of file qqmlvaluetype_p.h.