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

Panel_VPathController.h

00001 #ifndef PANEL_VPATHCONTROLLER_H
00002 #define PANEL_VPATHCONTROLLER_H
00003 
00004 #include "Panel.h"
00005 #include "PathController.h"
00006 #include "PolyLine.h"
00007 
00008 #include "Pocket AnimatorDoc.h"
00009 
00010 class VPanel_VPathController : public VPanel
00011 {
00012 // Construction
00013 public:
00014         VPanel_VPathController(CWnd* pParent = NULL);   // standard constructor
00015 
00016         void SetLine(VPolyLine* pLine);
00017         VPolyLine* GetLine();
00018 
00019 // Dialog Data
00020         //{{AFX_DATA(VPanel_VPathController)
00021                 enum { IDD = IDD_PANEL_COLOR };
00022                 int             m_StartFrame;
00023                 int             m_EndFrame;
00024         //}}AFX_DATA
00025 
00026 
00027 // Overrides
00028         // ClassWizard generated virtual function overrides
00029         //{{AFX_VIRTUAL(VPanel_VPathController)
00030         protected:
00031         virtual void DoDataExchange(CDataExchange* pDX);
00032         //}}AFX_VIRTUAL
00033 
00034 // Implementation
00035 protected:
00036 
00037         VPolyLine* m_pLine;
00038         // Generated message map functions
00039         //{{AFX_MSG(VPanel_VPathController)
00040         virtual BOOL OnInitDialog();
00041         afx_msg BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
00042         //}}AFX_MSG
00043         DECLARE_MESSAGE_MAP()
00044 };
00045 
00046 #include "Editor_VPathController.h"
00047 #endif

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