www.pudn.com > raushon.rar > DibApiTestView.h
// DibApiTestView.h : interface of the CDibApiTestView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_DIBAPITESTVIEW_H__A8419F2F_2C38_4762_8DFB_85C44DD19300__INCLUDED_)
#define AFX_DIBAPITESTVIEW_H__A8419F2F_2C38_4762_8DFB_85C44DD19300__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CDibApiTestView : public CScrollView
{
protected: // create from serialization only
CDibApiTestView();
DECLARE_DYNCREATE(CDibApiTestView)
// Attributes
public:
CDibApiTestDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDibApiTestView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual void OnInitialUpdate(); // called first time after construct
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CDibApiTestView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CDibApiTestView)
afx_msg void OnConvert();
afx_msg void OnPointInvert();
afx_msg void OnDitong();
afx_msg void OnGaotong();
afx_msg void OnMenuitem();
afx_msg void OnGeomZoom();
afx_msg void OnRotate();
afx_msg void OnTranslation();
afx_msg void Onzhuanzhi();
afx_msg void OnFDImage();
afx_msg void OnDKImage();
afx_msg void OnImageDownScan();
afx_msg void OnViewIntensity();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in DibApiTestView.cpp
inline CDibApiTestDoc* CDibApiTestView::GetDocument()
{ return (CDibApiTestDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DIBAPITESTVIEW_H__A8419F2F_2C38_4762_8DFB_85C44DD19300__INCLUDED_)