|
| uiSize (const Geom::Size2D< int > &a) |
|
| uiSize (int wdt=0, int hgt=0) |
|
int | hNrPics () const |
|
int | vNrPics () const |
|
void | setHNrPics (int np) |
| nr of pics should be > 0 More...
|
|
void | setVNrPics (int np) |
| nr of pics should be > 0 More...
|
|
| Size2D (int w=0, int h=0) |
|
bool | operator== (const Size2D< int > &) const |
|
bool | operator!= (const Size2D< int > &) const |
|
int | width () const |
|
int | height () const |
|
void | setWidth (int val) |
|
void | setHeight (int val) |
|
Size2D< int > | operator+ (int val) const |
|
Size2D< int > & | operator+= (int val) |
|
Size2D< int > & | operator+= (const Size2D< int > &) |
|
Size2D< int > & | operator-= (int val) |
|
Size2D< int > & | operator-= (const Size2D< int > &) |
|