#include <esize.h>
|
| bool | operator== (const eSize &, const eSize &) |
| |
| bool | operator!= (const eSize &, const eSize &) |
| |
| eSize | operator+ (const eSize &, const eSize &) |
| |
| eSize | operator- (const eSize &, const eSize &) |
| |
| eSize | operator* (const eSize &, int) |
| |
| eSize | operator* (int, const eSize &) |
| |
| eSize | operator* (const eSize &, double) |
| |
| eSize | operator* (double, const eSize &) |
| |
| eSize | operator/ (const eSize &, int) |
| |
| eSize | operator/ (const eSize &, double) |
| |
◆ eSize() [1/2]
◆ eSize() [2/2]
| eSize::eSize |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
|
inline |
◆ boundedTo()
| eSize eSize::boundedTo |
( |
const eSize & |
otherSize | ) |
const |
|
inline |
◆ expandedTo()
| eSize eSize::expandedTo |
( |
const eSize & |
otherSize | ) |
const |
|
inline |
◆ height()
| int eSize::height |
( |
| ) |
const |
|
inline |
◆ isEmpty()
| bool eSize::isEmpty |
( |
| ) |
const |
|
inline |
◆ isNull()
| bool eSize::isNull |
( |
| ) |
const |
|
inline |
◆ isValid()
| bool eSize::isValid |
( |
| ) |
const |
|
inline |
◆ operator*=() [1/2]
| eSize & eSize::operator*= |
( |
double |
c | ) |
|
|
inline |
◆ operator*=() [2/2]
| eSize & eSize::operator*= |
( |
int |
c | ) |
|
|
inline |
◆ operator+=()
◆ operator-=()
◆ operator/=() [1/2]
| eSize & eSize::operator/= |
( |
double |
c | ) |
|
|
inline |
◆ operator/=() [2/2]
| eSize & eSize::operator/= |
( |
int |
c | ) |
|
|
inline |
◆ rheight()
◆ rwidth()
◆ setHeight()
| void eSize::setHeight |
( |
int |
h | ) |
|
|
inline |
◆ setWidth()
| void eSize::setWidth |
( |
int |
w | ) |
|
|
inline |
◆ transpose()
| void eSize::transpose |
( |
| ) |
|
|
inline |
◆ width()
| int eSize::width |
( |
| ) |
const |
|
inline |
◆ operator!=
| bool operator!= |
( |
const eSize & |
s1, |
|
|
const eSize & |
s2 |
|
) |
| |
|
friend |
◆ operator* [1/4]
◆ operator* [2/4]
◆ operator* [3/4]
◆ operator* [4/4]
◆ operator+
◆ operator-
◆ operator/ [1/2]
◆ operator/ [2/2]
◆ operator==
| bool operator== |
( |
const eSize & |
s1, |
|
|
const eSize & |
s2 |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: