1 // Ryzom - MMORPG Framework <http://dev.ryzom.com/projects/ryzom/>
2 // Copyright (C) 2010 Winch Gate Property Limited
4 // This program is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Affero General Public License as
6 // published by the Free Software Foundation, either version 3 of the
7 // License, or (at your option) any later version.
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Affero General Public License for more details.
14 // You should have received a copy of the GNU Affero General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
17 #if !defined(AFX_CHILDFRM_H__A4ED8F6E_DDAD_4196_8315_A61246D6202C__INCLUDED_)
18 #define AFX_CHILDFRM_H__A4ED8F6E_DDAD_4196_8315_A61246D6202C__INCLUDED_
22 #endif // _MSC_VER > 1000
24 class CGeorgesEditView
;
26 class CChildFrame
: public CMDIChildWnd
28 DECLARE_DYNCREATE(CChildFrame
)
34 CSplitterWnd m_wndSplitter
;
41 // ClassWizard generated virtual function overrides
42 //{{AFX_VIRTUAL(CChildFrame)
44 virtual BOOL
OnCreateClient(LPCREATESTRUCT lpcs
, CCreateContext
* pContext
);
45 virtual BOOL
PreCreateWindow(CREATESTRUCT
& cs
);
46 virtual BOOL
PreTranslateMessage(MSG
* pMsg
);
51 virtual ~CChildFrame();
53 virtual void AssertValid() const;
54 virtual void Dump(CDumpContext
& dc
) const;
58 CGeorgesEditView
* GetRightPane();
59 // Generated message map functions
61 //{{AFX_MSG(CChildFrame)
62 afx_msg
void OnMDIActivate(BOOL bActivate
, CWnd
* pActivateWnd
, CWnd
* pDeactivateWnd
);
64 afx_msg
void OnUpdateViewStyles(CCmdUI
* pCmdUI
);
65 afx_msg
void OnViewStyle(UINT nCommandID
);
69 /////////////////////////////////////////////////////////////////////////////
71 //{{AFX_INSERT_LOCATION}}
72 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
74 #endif // !defined(AFX_CHILDFRM_H__A4ED8F6E_DDAD_4196_8315_A61246D6202C__INCLUDED_)