| Gwork: 0.3.0Dev |
Public Member Functions | |
| Rect (int x_=0, int y_=0, int w_=0, int h_=0) | |
| Rect (const Point &o, const Point &sz) | |
| int | Left () const |
| int | Right () const |
| int | Top () const |
| int | Bottom () const |
| bool | operator== (const Rect &other) const |
| Rect | operator+ (const Rect &rct) const |
| Point | GetSize () const |
Public Attributes | |
| int | x |
| int | y |
| int | w |
| int | h |