Repräsentiert Breite und Höhe eines beliebigen Objekts in einem zweidimensionalen Koordinatensystem.
| ppl7::grafix::Size::Size |
( |
| ) |
|
| ppl7::grafix::Size::Size |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
| ppl7::grafix::Size::Size |
( |
const Size & |
other | ) |
|
| bool ppl7::grafix::Size::isEmpty |
( |
| ) |
const |
| bool ppl7::grafix::Size::isNull |
( |
| ) |
const |
| bool ppl7::grafix::Size::isValid |
( |
| ) |
const |
| Size & ppl7::grafix::Size::operator*= |
( |
double |
factor | ) |
|
| Size & ppl7::grafix::Size::operator+= |
( |
const Size & |
size | ) |
|
| Size & ppl7::grafix::Size::operator-= |
( |
const Size & |
size | ) |
|
| Size & ppl7::grafix::Size::operator/= |
( |
double |
divisor | ) |
|
| void ppl7::grafix::Size::setHeight |
( |
int |
height | ) |
|
| void ppl7::grafix::Size::setSize |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
| void ppl7::grafix::Size::setSize |
( |
const Size & |
s | ) |
|
| void ppl7::grafix::Size::setWidth |
( |
int |
width | ) |
|
| int ppl7::grafix::Size::height |
| int ppl7::grafix::Size::width |
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien:
- /jenkins/jobs/clang_ppl7/workspace/include/ppl7-grafix.h
- /jenkins/jobs/clang_ppl7/workspace/src/grafix/Size.cpp