OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
mdiclien.cpp File Reference

Implementation of class TMDIClient. More...

#include <owl/pch.h>
#include <owl/mdi.h>
#include <algorithm>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Functions

 owl::EV_COMMAND (CM_CREATECHILD, CmCreateChild)
 
 owl::EV_COMMAND (CM_TILECHILDREN, CmTileChildren)
 
 owl::EV_COMMAND (CM_TILECHILDRENHORIZ, CmTileChildrenHoriz)
 
 owl::EV_COMMAND (CM_CASCADECHILDREN, CmCascadeChildren)
 
 owl::EV_COMMAND (CM_ARRANGEICONS, CmArrangeIcons)
 
 owl::EV_COMMAND (CM_CLOSECHILDREN, CmCloseChildren)
 
 owl::EV_COMMAND_ENABLE (CM_TILECHILDREN, CmChildActionEnable)
 
 owl::EV_COMMAND_ENABLE (CM_TILECHILDRENHORIZ, CmChildActionEnable)
 
 owl::EV_COMMAND_ENABLE (CM_CASCADECHILDREN, CmChildActionEnable)
 
 owl::EV_COMMAND_ENABLE (CM_ARRANGEICONS, CmChildActionEnable)
 
 owl::EV_COMMAND_ENABLE (CM_CLOSECHILDREN, CmChildActionEnable)
 
 owl::IMPLEMENT_STREAMABLE1 (TMDIClient, TWindow)
 

Variables

 owl::EV_WM_MDICREATE
 
 owl::EV_WM_MDIDESTROY
 
 owl::EV_WM_DROPFILES
 

Detailed Description

Implementation of class TMDIClient.

This defines the basic behavior of all MDI client windows.

Definition in file mdiclien.cpp.