0028105: HLR rendering crash in MFC sample
[occt.git] / samples / mfc / standard / Common / OCC_2dViewRD.h
CommitLineData
7fd59977 1// OCC_2dViewRD.h: interface for the OCC_2dViewRD class.
2//
3//////////////////////////////////////////////////////////////////////
4
5#if !defined(AFX_OCC_2DVIEWRD_H__AD650F81_8D03_11D7_8637_0060B0EE281E__INCLUDED_)
6#define AFX_OCC_2DVIEWRD_H__AD650F81_8D03_11D7_8637_0060B0EE281E__INCLUDED_
7
8#if _MSC_VER > 1000
9#pragma once
10#endif // _MSC_VER > 1000
11
12#include "OCC_2dView.h"
13
14class OCC_2dViewRD : public OCC_2dView
15{
16public:
17 OCC_2dDoc* GetDocument();
18 OCC_2dViewRD();
19 virtual ~OCC_2dViewRD();
20
21
22
23// Generated message map functions
24protected:
25 //{{AFX_MSG(OCC_2dView)
26 // NOTE - the ClassWizard will add and remove member functions here.
27 // DO NOT EDIT what you see in these blocks of generated code !
28 afx_msg void OnFileExportImage();
29 afx_msg void OnBUTTONGridRectLines();
30 afx_msg void OnBUTTONGridRectPoints();
31 afx_msg void OnBUTTONGridCircLines();
32 afx_msg void OnBUTTONGridCircPoints();
33 afx_msg void OnBUTTONGridValues();
34 afx_msg void OnBUTTONGridCancel();
35 //}}AFX_MSG
36 DECLARE_MESSAGE_MAP()
37
38};
39
40#endif // !defined(AFX_OCC_2DVIEWRD_H__AD650F81_8D03_11D7_8637_0060B0EE281E__INCLUDED_)