#include <sizef.hpp>
Public Member Functions | |
| Sizef () | |
| Sizef (float width_, float height_) | |
| Sizef (const Sizef &rhs) | |
| Sizef (const Size &rhs) | |
| Sizef & | operator *= (float factor) |
| Sizef & | operator/= (float divisor) |
| Sizef & | operator+= (const Sizef &rhs) |
| Sizef & | operator-= (const Sizef &rhs) |
Public Attributes | |
| float | width |
| float | height |
Definition at line 24 of file sizef.hpp.
| Sizef::Sizef | ( | ) | [inline] |
| Sizef::Sizef | ( | float | width_, | |
| float | height_ | |||
| ) | [inline] |
| Sizef::Sizef | ( | const Sizef & | rhs | ) | [inline] |
| Sizef::Sizef | ( | const Size & | rhs | ) |
| Sizef& Sizef::operator *= | ( | float | factor | ) | [inline] |
| Sizef& Sizef::operator/= | ( | float | divisor | ) | [inline] |
| float Sizef::width |
Definition at line 73 of file sizef.hpp.
Referenced by Background::draw(), Background::draw_image(), operator *(), operator *=(), operator!=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<<(), and operator==().
| float Sizef::height |
Definition at line 74 of file sizef.hpp.
Referenced by Background::draw(), Background::draw_image(), operator *(), operator *=(), operator!=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<<(), and operator==().
1.5.1