Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

Panel_VPoint.h

00001 #ifndef PANEL_VPOINT_H
00002 #define PANEL_VPOINT_H
00003 
00004 #include "Panel.h"
00005 #include "Point.h"
00006 class VPanel_VPoint : public VPanel
00007 {
00008 // Construction
00009 public:
00010         VPanel_VPoint(CWnd* pParent = NULL);   // standard constructor
00011 
00012 // Dialog Data
00013         //{{AFX_DATA(VPanel_VPoint)
00014                 enum { IDD = IDD_PANEL_POINT };
00015                 int             m_X;
00016                 int             m_Y;
00017         //}}AFX_DATA
00018 
00019 
00020 // Overrides
00021         // ClassWizard generated virtual function overrides
00022         //{{AFX_VIRTUAL(VPanel_VPoint)
00023         protected:
00024         virtual void DoDataExchange(CDataExchange* pDX);
00025         //}}AFX_VIRTUAL
00026 
00027 // Implementation
00028 protected:
00029 
00030         // Generated message map functions
00031         //{{AFX_MSG(VPanel_VPoint)
00032                 // NOTE: the ClassWizard will add member functions here
00033         //}}AFX_MSG
00034         DECLARE_MESSAGE_MAP()
00035 };
00036 
00037 #endif

Generated at Wed Aug 29 19:58:55 2001 for Pocket Animator by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001