|
| uiBorder (int i=0) |
|
| uiBorder (int l, int t, int r, int b) |
|
bool | operator== (const uiBorder &b) const |
|
bool | operator!= (const uiBorder &b) const |
|
int | left () const |
|
int | right () const |
|
int | top () const |
|
int | bottom () const |
|
void | setLeft (int i) |
|
void | setRight (int i) |
|
void | setTop (int i) |
|
void | setBottom (int i) |
|
int | get (uiRect::Side) const |
|
void | set (uiRect::Side, int) |
|
uiPoint | drawPt (const uiPoint &relpt) const |
|
uiPoint | relPt (const uiPoint &drawpt) const |
|
uiRect | getRect (const uiSize &, int extrapix=0) const |
|
uiRect | getRect (const uiRect &, int extrapix=0) const |
|
uiBorder & | operator+= (const uiBorder &b) |
|