Main Page   Class Hierarchy   Compound List   File List   Compound Members  

MyLightTypeDialog.h

00001 #if !defined(AFX_MYLIGHTTYPEDIALOG_H__9E1A3D0D_66D9_4E06_AF15_82ED6CDE741F__INCLUDED_)
00002 #define AFX_MYLIGHTTYPEDIALOG_H__9E1A3D0D_66D9_4E06_AF15_82ED6CDE741F__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // MyLightTypeDialog.h : header file
00008 //
00009 
00011 // MyLightTypeDialog dialog
00012 
00014 class MyLightTypeDialog : public CDialog
00015 {
00016 // Construction
00017 public:
00019         void SetLightType(int lightType);
00021         int GetLightType();
00023         MyLightTypeDialog(CWnd* pParent = NULL);   // standard constructor
00024 
00025 // Dialog Data
00026         //{{AFX_DATA(MyLightTypeDialog)
00027         enum { IDD = IDD_LIGHTTYPEDIALOG };
00028         int             m_LightType;
00029         //}}AFX_DATA
00030 
00031 
00032 // Overrides
00033         // ClassWizard generated virtual function overrides
00034         //{{AFX_VIRTUAL(MyLightTypeDialog)
00035         protected:
00036         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00037         //}}AFX_VIRTUAL
00038 
00039 // Implementation
00040 protected:
00041 
00042         // Generated message map functions
00043         //{{AFX_MSG(MyLightTypeDialog)
00044                 // NOTE: the ClassWizard will add member functions here
00045         //}}AFX_MSG
00046         DECLARE_MESSAGE_MAP()
00047 };
00048 
00049 //{{AFX_INSERT_LOCATION}}
00050 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00051 
00052 #endif // !defined(AFX_MYLIGHTTYPEDIALOG_H__9E1A3D0D_66D9_4E06_AF15_82ED6CDE741F__INCLUDED_)

Generated on Fri Aug 9 10:12:39 2002 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002