0031431: Visualization, PrsMgr_PresentableObject - simplify HLR computing interface
[occt.git] / samples / mfc / standard / 04_Viewer3d / src / BoxRadius.h
... / ...
CommitLineData
1// BoxRadius.h : header file
2//
3
4#if !defined(AFX_BOXRADIUS_H__AD263FF3_54F3_11D1_8C40_00AA00D10994__INCLUDED_)
5#define AFX_BOXRADIUS_H__AD263FF3_54F3_11D1_8C40_00AA00D10994__INCLUDED_
6
7#if _MSC_VER >= 1000
8#pragma once
9#endif // _MSC_VER >= 1000
10
11/////////////////////////////////////////////////////////////////////////////
12// BoxRadius dialog
13
14class BoxRadius : public CDialog
15{
16// Construction
17public:
18 BoxRadius(CWnd* pParent,double rad); // standard constructor
19
20// Dialog Data
21 //{{AFX_DATA(BoxRadius)
22 enum { IDD = IDD_RADIUS };
23 CSpinButtonCtrl m_spinradius;
24 double m_radius;
25 //}}AFX_DATA
26
27
28// Overrides
29 // ClassWizard generated virtual function overrides
30 //{{AFX_VIRTUAL(BoxRadius)
31 protected:
32 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
33 //}}AFX_VIRTUAL
34
35// Implementation
36protected:
37
38 // Generated message map functions
39 //{{AFX_MSG(BoxRadius)
40 afx_msg void OnDeltaposSpinRadius(NMHDR* pNMHDR, LRESULT* pResult);
41 virtual BOOL OnInitDialog();
42 //}}AFX_MSG
43 DECLARE_MESSAGE_MAP()
44};
45
46//{{AFX_INSERT_LOCATION}}
47// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
48
49#endif // !defined(AFX_BOXRADIUS_H__AD263FF3_54F3_11D1_8C40_00AA00D10994__INCLUDED_)