|
libyui-ncurses
2.44.1
|


Public Member Functions | |
| wsze (const int v=0) | |
| wsze (const int h, const int w) | |
| wsze (const wpair &Rhs) | |
| wsze (const wsze &Rhs) | |
| wsze & | operator= (const wsze &Rhs) |
| wsze & | operator+= (const wpair &Rhs) |
| wsze & | operator-= (const wpair &Rhs) |
| wsze & | operator*= (const wpair &Rhs) |
| wsze & | operator/= (const wpair &Rhs) |
| wsze | operator+ (const wpair &Rhs) const |
| wsze | operator- (const wpair &Rhs) const |
| wsze | operator* (const wpair &Rhs) const |
| wsze | operator/ (const wpair &Rhs) const |
Public Attributes | |
| int & | H |
| int & | W |
Definition at line 154 of file position.h.