doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RotateDlg.h
Go to the documentation of this file.
1 /*
2 ===========================================================================
3 
4 Doom 3 GPL Source Code
5 Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
6 
7 This file is part of the Doom 3 GPL Source Code (?Doom 3 Source Code?).
8 
9 Doom 3 Source Code is free software: you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation, either version 3 of the License, or
12 (at your option) any later version.
13 
14 Doom 3 Source Code is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18 
19 You should have received a copy of the GNU General Public License
20 along with Doom 3 Source Code. If not, see <http://www.gnu.org/licenses/>.
21 
22 In addition, the Doom 3 Source Code is also subject to certain additional terms. You should have received a copy of these additional terms immediately following the terms and conditions of the GNU General Public License which accompanied the Doom 3 Source Code. If not, please request a copy in writing from id Software at the address below.
23 
24 If you have questions concerning this license or the applicable additional terms, you may contact in writing id Software LLC, c/o ZeniMax Media Inc., Suite 120, Rockville, Maryland 20850 USA.
25 
26 ===========================================================================
27 */
28 #if !defined(AFX_ROTATEDLG_H__D4B79152_7A7E_11D1_B541_00AA00A410FC__INCLUDED_)
29 #define AFX_ROTATEDLG_H__D4B79152_7A7E_11D1_B541_00AA00A410FC__INCLUDED_
30 
31 #if _MSC_VER >= 1000
32 #pragma once
33 #endif // _MSC_VER >= 1000
34 // RotateDlg.h : header file
35 //
36 
38 // CRotateDlg dialog
39 
40 class CRotateDlg : public CDialog
41 {
42 // Construction
43 public:
44  CRotateDlg(CWnd* pParent = NULL); // standard constructor
45 
46 // Dialog Data
47  //{{AFX_DATA(CRotateDlg)
48  enum { IDD = IDD_ROTATE };
49  CSpinButtonCtrl m_wndSpin3;
50  CSpinButtonCtrl m_wndSpin2;
51  CSpinButtonCtrl m_wndSpin1;
52  CString m_strX;
53  CString m_strY;
54  CString m_strZ;
55  //}}AFX_DATA
56 
57 
58 // Overrides
59  // ClassWizard generated virtual function overrides
60  //{{AFX_VIRTUAL(CRotateDlg)
61  protected:
62  virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
63  //}}AFX_VIRTUAL
64 
65 // Implementation
66 protected:
67  void ApplyNoPaint();
68 
69  // Generated message map functions
70  //{{AFX_MSG(CRotateDlg)
71  virtual void OnOK();
72  afx_msg void OnApply();
73  virtual BOOL OnInitDialog();
74  afx_msg void OnDeltaposSpin1(NMHDR* pNMHDR, LRESULT* pResult);
75  afx_msg void OnDeltaposSpin2(NMHDR* pNMHDR, LRESULT* pResult);
76  afx_msg void OnDeltaposSpin3(NMHDR* pNMHDR, LRESULT* pResult);
77  //}}AFX_MSG
78  DECLARE_MESSAGE_MAP()
79 };
80 
81 //{{AFX_INSERT_LOCATION}}
82 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
83 
84 #endif // !defined(AFX_ROTATEDLG_H__D4B79152_7A7E_11D1_B541_00AA00A410FC__INCLUDED_)
void ApplyNoPaint()
Definition: RotateDlg.cpp:134
CSpinButtonCtrl m_wndSpin3
Definition: RotateDlg.h:49
CString m_strZ
Definition: RotateDlg.h:54
afx_msg void OnDeltaposSpin2(NMHDR *pNMHDR, LRESULT *pResult)
Definition: RotateDlg.cpp:120
#define BOOL
Definition: mprintf.c:71
afx_msg void OnDeltaposSpin3(NMHDR *pNMHDR, LRESULT *pResult)
Definition: RotateDlg.cpp:127
CRotateDlg(CWnd *pParent=NULL)
Definition: RotateDlg.cpp:46
#define NULL
Definition: Lib.h:88
CString m_strY
Definition: RotateDlg.h:53
#define IDD_ROTATE
afx_msg void OnDeltaposSpin1(NMHDR *pNMHDR, LRESULT *pResult)
Definition: RotateDlg.cpp:113
CSpinButtonCtrl m_wndSpin1
Definition: RotateDlg.h:51
CSpinButtonCtrl m_wndSpin2
Definition: RotateDlg.h:50
virtual void DoDataExchange(CDataExchange *pDX)
Definition: RotateDlg.cpp:57
afx_msg void OnApply()
Definition: RotateDlg.cpp:89
virtual void OnOK()
Definition: RotateDlg.cpp:83
virtual BOOL OnInitDialog()
Definition: RotateDlg.cpp:103
CString m_strX
Definition: RotateDlg.h:52