The position (x and y offsets) associated with an object. More...
#include <Point.hpp>

Public Member Functions | |
| ~Point (void) | |
| Destructor. More... | |
| Point (void) | |
| Constructor. More... | |
| Point (const int xx, const int yy) | |
| Constructor. More... | |
| Point (const GdkPoint &p) | |
| Construct from a GDK+ point. More... | |
| operator GdkPoint (void) const | |
| Obtain a GDK+ point. More... | |
Public Attributes | |
| int | x |
| Width. More... | |
| int | y |
| Height. More... | |
The position (x and y offsets) associated with an object.
| nocl::Point::~Point | ( | void | ) |
Destructor.
| nocl::Point::Point | ( | void | ) |
Constructor.
| nocl::Point::Point | ( | const int | xx, |
| const int | yy | ||
| ) |
Constructor.
| nocl::Point::Point | ( | const GdkPoint & | p | ) |
Construct from a GDK+ point.
| int nocl::Point::x |
Width.
Referenced by operator GdkPoint().
| int nocl::Point::y |
Height.
Referenced by operator GdkPoint().