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

IntensityDlg.h

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

Generated on Sun Jun 6 13:42:21 2004 for paintlib by doxygen 1.3.2