0023776: Redesign of MFC samples after V2d viewer removing
[occt.git] / samples / mfc / standard / 01_Geometry / src / ChildFrm2d.h
1 // ChildFrm.h : interface of the CChildFrame2D class
2 //
3 /////////////////////////////////////////////////////////////////////////////
4 #if !defined(AFX_ChildFrame2D_H__338883C5_510A_11D1_A4A8_00C04FB15CA3__INCLUDED_)
5 #define AFX_ChildFrame2D_H__338883C5_510A_11D1_A4A8_00C04FB15CA3__INCLUDED_
6
7 #include <OCC_BaseChildFrame.h>
8
9 class CChildFrame2D : public OCC_BaseChildFrame
10 {
11   DECLARE_DYNCREATE(CChildFrame2D)
12 public:
13   CChildFrame2D();
14
15   // Attributes
16 public:
17
18   // Operations
19 public:
20
21   // Overrides
22   // ClassWizard generated virtual function overrides
23   //{{AFX_VIRTUAL(CChildFrame2D)
24 public:
25   virtual void ActivateFrame(int nCmdShow = -1);
26   //}}AFX_VIRTUAL
27
28   // Implementation
29 public:
30   virtual ~CChildFrame2D();
31 #ifdef _DEBUG
32   virtual void AssertValid() const;
33   virtual void Dump(CDumpContext& dc) const;
34 #endif
35
36   // Generated message map functions
37 protected:
38   //CToolBar m_wndToolBar;
39   //{{AFX_MSG(CChildFrame2D)
40   afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
41   //}}AFX_MSG
42   DECLARE_MESSAGE_MAP()
43 };
44
45 /////////////////////////////////////////////////////////////////////////////
46 #endif