doom3-gpl
Doom 3 GPL source release
|
#include <RotateDlg.h>
Public Types | |
enum | { IDD = IDD_ROTATE } |
Public Member Functions | |
CRotateDlg (CWnd *pParent=NULL) | |
Public Attributes | |
CSpinButtonCtrl | m_wndSpin3 |
CSpinButtonCtrl | m_wndSpin2 |
CSpinButtonCtrl | m_wndSpin1 |
CString | m_strX |
CString | m_strY |
CString | m_strZ |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
void | ApplyNoPaint () |
virtual void | OnOK () |
afx_msg void | OnApply () |
virtual BOOL | OnInitDialog () |
afx_msg void | OnDeltaposSpin1 (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnDeltaposSpin2 (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnDeltaposSpin3 (NMHDR *pNMHDR, LRESULT *pResult) |
Definition at line 40 of file RotateDlg.h.
anonymous enum |
Enumerator | |
---|---|
IDD |
Definition at line 48 of file RotateDlg.h.
CRotateDlg::CRotateDlg | ( | CWnd * | pParent = NULL | ) |
Definition at line 46 of file RotateDlg.cpp.
|
protected |
Definition at line 134 of file RotateDlg.cpp.
|
protectedvirtual |
Definition at line 57 of file RotateDlg.cpp.
|
protected |
Definition at line 89 of file RotateDlg.cpp.
|
protected |
Definition at line 113 of file RotateDlg.cpp.
|
protected |
Definition at line 120 of file RotateDlg.cpp.
|
protected |
Definition at line 127 of file RotateDlg.cpp.
|
protectedvirtual |
Definition at line 103 of file RotateDlg.cpp.
|
protectedvirtual |
Definition at line 83 of file RotateDlg.cpp.
CString CRotateDlg::m_strX |
Definition at line 52 of file RotateDlg.h.
CString CRotateDlg::m_strY |
Definition at line 53 of file RotateDlg.h.
CString CRotateDlg::m_strZ |
Definition at line 54 of file RotateDlg.h.
CSpinButtonCtrl CRotateDlg::m_wndSpin1 |
Definition at line 51 of file RotateDlg.h.
CSpinButtonCtrl CRotateDlg::m_wndSpin2 |
Definition at line 50 of file RotateDlg.h.
CSpinButtonCtrl CRotateDlg::m_wndSpin3 |
Definition at line 49 of file RotateDlg.h.