#include <Fl_Rect.h>
Public Methods | |
| Fl_Rect () | |
| Fl_Rect (int x, int y, int w, int h) | |
| Fl_Rect & | operator= (const Fl_Rect &r) |
| bool | pos_in_rect (int xs, int ys) const |
| bool | posInRect (int x, int y) const |
| bool | pos_in_rect (Fl_Point p) const |
| bool | posInRect (Fl_Point p) const |
| int | x () const |
| int | y () const |
| int | w () const |
| int | width () const |
| int | h () const |
| int | height () const |
| int | left () const |
| int | right () const |
| int | top () const |
| int | bottom () const |
| void | x (int x) |
| void | y (int y) |
| void | w (int w) |
| void | h (int h) |
| void | set (int x, int y, int w, int h) |
Definition at line 28 of file Fl_Rect.h.
1.2.15