www.pudn.com > 图像处理源代码.rar > ImgView.h, change:2001-03-31,size:1327b
#if !defined(AFX_IMGVIEW_H__3F280C41_17E0_11D5_B65E_A421BA73287B__INCLUDED_)
#define AFX_IMGVIEW_H__3F280C41_17E0_11D5_B65E_A421BA73287B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ImgView.h : header file
//
#include "image.h"
/////////////////////////////////////////////////////////////////////////////
// CImgView dialog
class CImgView : public CDialog
{
// Construction
public:
MYIMAGE *img;
// BOOL DisplayHistogram();
BOOL DisplayImage();
CImgView(MYIMAGE* pImage,CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CImgView)
enum { IDD = IDD_IMGVIEW };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CImgView)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CImgView)
afx_msg void OnSize(UINT nType, int cx, int cy);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_IMGVIEW_H__3F280C41_17E0_11D5_B65E_A421BA73287B__INCLUDED_)