CBIRView.h
上传用户:xayxjz
上传日期:2022-08-07
资源大小:2188k
文件大小:2k
- // CBIRView.h : interface of the CCBIRView class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_CBIRVIEW_H__7954CEBD_0AEA_4ED2_8E40_24A1A4D9634E__INCLUDED_)
- #define AFX_CBIRVIEW_H__7954CEBD_0AEA_4ED2_8E40_24A1A4D9634E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CCBIRView : public CScrollView
- {
- protected: // create from serialization only
- CCBIRView();
- DECLARE_DYNCREATE(CCBIRView)
- // Attributes
- public:
- CCBIRDoc* GetDocument();
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCBIRView)
- 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 ~CCBIRView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CCBIRView)
- afx_msg void OnViewHist();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #ifndef _DEBUG // debug version in CBIRView.cpp
- inline CCBIRDoc* CCBIRView::GetDocument()
- { return (CCBIRDoc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CBIRVIEW_H__7954CEBD_0AEA_4ED2_8E40_24A1A4D9634E__INCLUDED_)