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

ContrastDlg.h

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

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