MyCoordPageRotation.h
上传用户:cding2008
上传日期:2007-01-03
资源大小:1812k
文件大小:2k
- /////////////////////////////////////////////////////////////////////////////
- // MyCoordPageRotation.h : header file; interface of the CMyCoordPropSheet class
- //
- // ModelMagic 3D and 'glOOP' (OpenGL Object Oriented Programming library)
- // Copyright (c) Craig Fahrnbach 1997, 1999
- //
- // OpenGL is a registered trademark of Silicon Graphics
- //
- //
- // This program is provided for educational and personal use only and
- // is provided without guarantee or warrantee expressed or implied.
- //
- // Commercial use is strickly prohibited without written permission
- // from ImageWare Development.
- //
- /////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////////////
- // CMyCoordPageRotation dialog
- class CMyCoordPageRotation : public CPropertyPage
- {
- DECLARE_DYNCREATE(CMyCoordPageRotation)
- // Construction
- public:
- CMyCoordPageRotation();
- ~CMyCoordPageRotation();
- void GetDialogData();
- void UpdateDialogData();
- void ResetDialogData();
- // Dialog Data
- //{{AFX_DATA(CMyCoordPageRotation)
- enum { IDD = IDD_PAGE_ROTATION };
- float m_fRotateX;
- float m_fRotateY;
- float m_fRotateZ;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CMyCoordPageRotation)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMyCoordPageRotation)
- virtual BOOL OnInitDialog();
- afx_msg void OnChangeX();
- afx_msg void OnChangeY();
- afx_msg void OnChangeZ();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };