#include <RmTypes.h>
Public Member Functions | |
| RECT | GetWindowRect () const |
Public Attributes | |
| int | x |
| Position in X. | |
| int | y |
| Position in Y. | |
| int | width |
| Window width. | |
| int | height |
| Window height. | |
| int | minimizedX |
| Minimized ( iconized ) position X. | |
| int | minimizedY |
| Minimized ( iconized ) position Y. | |
| int | showStatus |
| Show command status ( SW_MAXIMIZED, etc ). | |
| bool | bVisible |
| Flag if visible (true) or not (false). | |
This data structure stores window positioning and size information data used to implement persistence of that information throughout application sessions and store it in the XML workspace for modules used by the user to edit / modify / view nodes in the database. See IRmRegistryManager.h for usage details. Also see Win32 WINDOWPLACEMENT for similar data structure description.
|
|
Returns the rectangle that the window should occupy. Use x,y for position determination and width and height values for dimensions of the window: |
1.3.6