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

documentproperties.h

00001 #if !defined(AFX_CDocumentProperties_H__10EEC2CE_C881_4F77_8BC6_C814E24C08D1__INCLUDED_)
00002 #define AFX_CDocumentProperties_H__10EEC2CE_C881_4F77_8BC6_C814E24C08D1__INCLUDED_
00003 
00004 #include "Color.h"
00005 
00006 #if _MSC_VER >= 1000
00007 #pragma once
00008 #endif // _MSC_VER >= 1000
00009 // CDocumentProperties.h : header file
00010 //
00011 
00013 // CDocumentProperties dialog
00014 
00015 class CDocumentProperties : public CDialog
00016 {
00017 // Construction
00018 public:
00019         CDocumentProperties(CWnd* pParent = NULL);   // standard constructor
00020 
00021         void SetCanvasColor(VColor* pColor);
00022 // Dialog Data
00023         //{{AFX_DATA(CDocumentProperties)
00024         enum { IDD = IDD_DOCPROP };
00025         int             m_canvasheight;
00026         int             m_canvaswidth;
00027         int             m_frameend;
00028         int             m_framestart;
00029         int             m_fps;
00030         //}}AFX_DATA
00031 
00032 
00033 // Overrides
00034         // ClassWizard generated virtual function overrides
00035         //{{AFX_VIRTUAL(CDocumentProperties)
00036         public:
00037         virtual int DoModal();
00038         virtual BOOL DestroyWindow();
00039         protected:
00040         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00041         //}}AFX_VIRTUAL
00042 
00043 // Implementation
00044 protected:
00045         VColor* pColorCanvas;
00046         VAbstractEditor* pColorEditor;
00047 
00048         // Generated message map functions
00049         //{{AFX_MSG(CDocumentProperties)
00050         virtual BOOL OnInitDialog();
00051         //}}AFX_MSG
00052         DECLARE_MESSAGE_MAP()
00053 };
00054 
00055 //{{AFX_INSERT_LOCATION}}
00056 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00057 
00058 #endif // !defined(AFX_CDocumentProperties_H__10EEC2CE_C881_4F77_8BC6_C814E24C08D1__INCLUDED_)

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