libyui-ncurses
|
A rectangle is defined by its position and size: wpos Pos, wsze Sze. More...
#include <position.h>
Public Member Functions | |
wrect (const wpos &pos, const wsze &sze) | |
bool | operator== (const wrect &Rhs) const |
bool | operator!= (const wrect &Rhs) const |
wrect | inside () const |
wrect | intersectRelTo (const wrect &par) const |
Public Attributes | |
wpos | Pos |
wsze | Sze |
A rectangle is defined by its position and size: wpos Pos, wsze Sze.