|
Public Member Functions |
|
| RCMdiChildFrame (RCDocument &Document, RCMdiMainFrame &MainFrame) |
|
RCDocument & | GetDocument () const |
|
RCMdiMainFrame & | GetMainFrame () const |
|
virtual void | UpdateTitle (const RCString &sDocumentName, TLong nFrameIndex, TLong nFrameCount, TBool bModified) |
|
virtual RCWindowState | GetWindowState () const |
|
virtual void | SetWindowState (const RCWindowState &WindowState, TBool bAllowMinimized=FALSE) |
|
RCSize | GetContentSize (TBool bConsiderControlBars) |
|
void | SetContentSize (const RCSize &ContentSize, TBool bConsiderControlBars) |
|
BOOL | LoadFrame (UINT nIDResource, DWORD dwDefaultStyle, CWnd *pParentWnd, CCreateContext *pContext=NULL) |
Protected Member Functions |
|
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
|
afx_msg void | OnShowWindow (BOOL bShow, UINT nStatus) |
|
afx_msg void | OnMDIActivate (BOOL bActivate, CWnd *pActivateWnd, CWnd *pDeactivateWnd) |
Protected Attributes |
|
RCDocument & | m_Document |
|
RCMdiMainFrame & | m_MainFrame |
|
RCString | m_sTitle |
|
CMenu | m_Menu |
Friends |
|
class | RCMdiMainFrame |