53ed11783ed7456401eea55bf97ee1b4c1d4712a
[occt.git] / samples / mfc / standard / 09_Animation / src / Tune.h
1 #if !defined(AFX_TUNE_H__D7E45B53_AAD2_11D2_9E97_0800362A0F04__INCLUDED_)
2 #define AFX_TUNE_H__D7E45B53_AAD2_11D2_9E97_0800362A0F04__INCLUDED_
3
4 #if _MSC_VER >= 1000
5 #pragma once
6 #endif // _MSC_VER >= 1000
7 // Tune.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CTune dialog
12
13 class CTune : public CDialog
14 {
15 // Construction
16 public:
17         CTune(CWnd* pParent = NULL);   // standard constructor
18         CView * m_pView;
19
20 // Dialog Data
21         //{{AFX_DATA(CTune)
22         enum { IDD = IDD_TUNE };
23         double  m_dAngle;
24         double  m_dFocus;
25         //}}AFX_DATA
26
27
28 // Overrides
29         // ClassWizard generated virtual function overrides
30         //{{AFX_VIRTUAL(CTune)
31         protected:
32         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
33         virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
34         virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
35         //}}AFX_VIRTUAL
36
37 // Implementation
38 protected:
39
40         // Generated message map functions
41         //{{AFX_MSG(CTune)
42         afx_msg void OnDeltaposSpinang(NMHDR* pNMHDR, LRESULT* pResult);
43         afx_msg void OnDeltaposSpinfoc(NMHDR* pNMHDR, LRESULT* pResult);
44         afx_msg void OnChangeApperture();
45         afx_msg void OnChangeFocdist();
46         virtual BOOL OnInitDialog();
47         //}}AFX_MSG
48         DECLARE_MESSAGE_MAP()
49 };
50
51 //{{AFX_INSERT_LOCATION}}
52 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
53
54 #endif // !defined(AFX_TUNE_H__D7E45B53_AAD2_11D2_9E97_0800362A0F04__INCLUDED_)