Public Member Functions | |
void | CreateMDIClientWindow (OSWindow inMDIFrameWindow) |
Constructor / Destructor | |
CP_MDIMainWindowManager (const CP_String &inTitle) | |
Constructor. | |
virtual | ~CP_MDIMainWindowManager () throw () |
Destructor. | |
Getters | |
CP_Window * | GetMDIClientWindow () |
CP_Window * | GetMDIFrameWindow () |
Setters | |
void | SetMenuBar (CP_MenuBar *inMenuBar) |
Static Public Member Functions | |
Instance | |
static CP_MDIMainWindowManager * | Instance () |
Protected Attributes | |
CP_Window * | fsMDIClientWin |
CP_Window * | fsMDIFrameWin |
Static Protected Attributes | |
static CP_MDIMainWindowManager * | fsInstance = NULL |
Private Member Functions | |
Registration | |
void | RegisterMDIChildWindowClass () |
|
Constructor.
|
|
Destructor.
|
|
Returns the single instance of this class.
|
|
|
|
|
|
|
|
Sets the menu bar shown in the MDI frame window. This is called from the CP_MenuBar class when you create the initial menu bar.
|
|
Registers the MDI child window class with Windows. This is the class we use to create the child windows that go into the main MDFI frame area.
|
|
|
|
The single instance of this class. |
|
Windows client window. |