The size (width and height) associated with an object. More...
#include <Size.hpp>

Public Member Functions | |
| ~Size (void) | |
| Destructor. More... | |
| Size (void) | |
| Constructor. More... | |
| Size (const int w, const int h) | |
| Constructor. More... | |
| Size (const GtkRequisition &req) | |
| Constructor. More... | |
Public Attributes | |
| int | width |
| Width. More... | |
| int | height |
| Height. More... | |
The size (width and height) associated with an object.
| nocl::Size::~Size | ( | void | ) |
Destructor.
| nocl::Size::Size | ( | void | ) |
Constructor.
| nocl::Size::Size | ( | const int | w, |
| const int | h | ||
| ) |
Constructor.
| nocl::Size::Size | ( | const GtkRequisition & | req | ) |
Constructor.
| int nocl::Size::width |
Width.
Referenced by nocl::GUIComponent::minimum_size(), and nocl::Window::resize().
| int nocl::Size::height |
Height.
Referenced by nocl::GUIComponent::minimum_size(), and nocl::Window::resize().