Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

RmWindowPlacementData Struct Reference

Widow placement data. More...

#include <RmTypes.h>

List of all members.

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).


Detailed Description

Widow placement data.

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.


Member Function Documentation

RECT RmWindowPlacementData::GetWindowRect  )  const
 

Returns the rectangle that the window should occupy. Use x,y for position determination and width and height values for dimensions of the window:


The documentation for this struct was generated from the following file:
Generated on Fri Feb 25 16:09:35 2005 for RenderMonkey SDK by doxygen 1.3.6