#include <widget.h>

Public Member Functions | |
| WinRect (int x=0, int y=0, int w=640L, int h=480L) | |
| window height | |
| WinRect (const WinRect &that) | |
| Copy Constructor. | |
| WinRect & | operator= (const WinRect &that) |
| Copy Operator. | |
Public Attributes | |
| int | pos_x |
| int | pos_y |
| window x position | |
| int | width |
| window y position | |
| int | height |
| window width | |
| WinRect::WinRect | ( | int | x = 0, |
|
| int | y = 0, |
|||
| int | w = 640L, |
|||
| int | h = 480L | |||
| ) |
window height
Helper struct constructors.
Default Constructor.
| x | horizontal position | |
| y | vertical position | |
| w | width | |
| h | height |
| WinRect::WinRect | ( | const WinRect & | that | ) |
Copy Constructor.
| that | object to copy from |
Copy Operator.
| that | object to copy from |
window x position
window y position
window width