#include <RmApplication.h>
Public Member Functions | |
| RmWindowData () | |
| Default constructor. | |
Public Attributes | |
| HWND | hWnd |
| Window handle. | |
| RmWindowType | windowType |
| Window type (see RmDefines.h for detailed descriptions of window types allowed). | |
| RM_TCHAR | strWindowName [RM_MAXIMUM_WINDOW_TITLE_SIZE] |
| Window name (See RmDefines.h for RM_MAXIMUM_WINDOW_TITLE_SIZE value). | |
| bool | bAddToWindowListMenu |
| int | cmdID |
| int | nDockWindowID |
| If this window is a docking tool window, this variable will store its docking panel ID. | |
| HICON | hIcon |
| Icon resource associated with this window. | |
| bool | bDeleteIcon |
This structure describes information necessary for the main application to register a specific window created by a plug-in instance. Contains information about window type, window name, whether it is a docking window and its icon resource handle.
|
|
Default constructor. Default constructor for window data |
|
|
Denotes whether this window needs to be added to the list of windows maintained by RenderMonkey to display in the "Window" application menu |
|
|
A flag notifying RenderMonkey that the icon resource associated with this window needs to be deleted by the application during window unregistering itself |
1.3.6