#include <size.hpp>
Public Member Functions | |
| Size () | |
| Size (int width_, int height_) | |
| Size (const Size &rhs) | |
| Size (const Sizef &rhs) | |
| Size & | operator *= (int factor) |
| Size & | operator/= (int divisor) |
| Size & | operator+= (const Size &rhs) |
| Size & | operator-= (const Size &rhs) |
Public Attributes | |
| int | width |
| int | height |
Definition at line 24 of file size.hpp.
| Size::Size | ( | ) | [inline] |
| Size::Size | ( | int | width_, | |
| int | height_ | |||
| ) | [inline] |
| Size::Size | ( | const Size & | rhs | ) | [inline] |
| Size::Size | ( | const Sizef & | rhs | ) | [explicit] |
| Size& Size::operator *= | ( | int | factor | ) | [inline] |
| Size& Size::operator/= | ( | int | divisor | ) | [inline] |
| int Size::width |
Definition at line 73 of file size.hpp.
Referenced by GLRenderer::apply_config(), GLRenderer::apply_video_mode(), Config::load(), OptionsMenu::menu_action(), operator *(), operator *=(), operator!=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<<(), operator==(), OptionsMenu::OptionsMenu(), and Config::save().
| int Size::height |
Definition at line 74 of file size.hpp.
Referenced by GLRenderer::apply_config(), GLRenderer::apply_video_mode(), Config::load(), OptionsMenu::menu_action(), operator *(), operator *=(), operator!=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<<(), operator==(), OptionsMenu::OptionsMenu(), and Config::save().
1.5.1