Umasoft
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
vtocxPropNavigation.h
1 #pragma once
2 
3 
4 
5 // CvtocxPropNavigation : Property page dialog
6 
7 class CvtocxPropNavigation : public COlePropertyPage
8 {
9  DECLARE_DYNCREATE(CvtocxPropNavigation)
10  DECLARE_OLECREATE_EX(CvtocxPropNavigation)
11 
12 // Constructors
13 public:
15 
16 // Dialog Data
17  enum { IDD = IDD_PROPNAVIGATION_VTOCX };
18 
19 // Implementation
20 protected:
21  virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
22 
23 // Message maps
24 protected:
25  DECLARE_MESSAGE_MAP()
26 public:
27  float m_Velocity;
28  float m_Rotation;
29  float m_Pan;
30 };