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