0031431: Visualization, PrsMgr_PresentableObject - simplify HLR computing interface
[occt.git] / samples / mfc / standard / 01_Geometry / src / ChildFrm2d.h
CommitLineData
7fd59977 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
9class CChildFrame2D : public OCC_BaseChildFrame
10{
5c1f974e 11 DECLARE_DYNCREATE(CChildFrame2D)
7fd59977 12public:
5c1f974e 13 CChildFrame2D();
7fd59977 14
5c1f974e 15 // Attributes
7fd59977 16public:
17
5c1f974e 18 // Operations
7fd59977 19public:
20
5c1f974e 21 // Overrides
22 // ClassWizard generated virtual function overrides
23 //{{AFX_VIRTUAL(CChildFrame2D)
24public:
25 virtual void ActivateFrame(int nCmdShow = -1);
26 //}}AFX_VIRTUAL
7fd59977 27
5c1f974e 28 // Implementation
7fd59977 29public:
5c1f974e 30 virtual ~CChildFrame2D();
7fd59977 31#ifdef _DEBUG
5c1f974e 32 virtual void AssertValid() const;
33 virtual void Dump(CDumpContext& dc) const;
7fd59977 34#endif
35
5c1f974e 36 // Generated message map functions
7fd59977 37protected:
5c1f974e 38 //CToolBar m_wndToolBar;
39 //{{AFX_MSG(CChildFrame2D)
40 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
41 //}}AFX_MSG
42 DECLARE_MESSAGE_MAP()
7fd59977 43};
44
45/////////////////////////////////////////////////////////////////////////////
46#endif