imgprocview.h

来自「图像处理源代码VC」· C头文件 代码 · 共 149 行

H
149
字号
// imgprocView.h : interface of the CImgprocView class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1997 Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Foundation Classes Reference and related
// electronic documentation provided with the library.
// See these sources for detailed information regarding the
// Microsoft Foundation Classes product.

/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_IMGPROCVIEW_H__21061898_D443_11D1_B4D6_00400552D10C__INCLUDED_)
#define AFX_IMGPROCVIEW_H__21061898_D443_11D1_B4D6_00400552D10C__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

class CImgprocView : public CScrollView
{
protected: // create from serialization only
	CImgprocView();
	DECLARE_DYNCREATE(CImgprocView)

// Attributes
public:
	CImgprocDoc* GetDocument();

// Operations
public:
public:

	void myEditCopy();
	void mfuc();
	void OnMyOwn();
	virtual ~CImgprocView();
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view

	virtual void OnInitialUpdate();
	virtual void OnActivateView(BOOL bActivate, CView* pActivateView,
					CView* pDeactiveView);

	// Printing support
protected:
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);

// Generated message map functions
protected:
	//{{AFX_MSG(CDibView)
	afx_msg void OnEditCopy();
	afx_msg void OnUpdateEditCopy(CCmdUI* pCmdUI);
	afx_msg void OnEditPaste();
	afx_msg void OnUpdateEditPaste(CCmdUI* pCmdUI);
	afx_msg LRESULT OnDoRealize(WPARAM wParam, LPARAM lParam);  // user message
	//}}AFX_MSG



#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CImgprocView)
	afx_msg void On1_1();
	afx_msg void On3_1_5();
	afx_msg void On3_1_1();
	afx_msg void On3_1_2();
	afx_msg void On3_1_3();
	afx_msg void On3_1_4();
	afx_msg void On2_1();
	afx_msg void On2_2();
	afx_msg void On2_3();
	afx_msg void On2_4();
	afx_msg void On2_5();
	afx_msg void On3_2();
	afx_msg void On3_3();
	afx_msg void On3_4();
	afx_msg void On3_6();
	afx_msg void On1_2();
	afx_msg void On1_3();
	afx_msg void On1_4();
	afx_msg void On4_1_1();
	afx_msg void On4_1_2();
	afx_msg void On4_1_3();
	afx_msg void On4_1_4();
	afx_msg void On4_1_5();
	afx_msg void On4_1_6();
	afx_msg void On4_1_7();
	afx_msg void OnTianjia();
	afx_msg void OnItem0();
	afx_msg void OnItem1();
	afx_msg void OnItem2();
	afx_msg void OnItem3();
	afx_msg void OnItem4();
	afx_msg void OnItem5();
	afx_msg void OnItem6();
	afx_msg void OnItem7();
	afx_msg void OnItem8();
	afx_msg void OnItem9();
	afx_msg void OnItem10();
	afx_msg void OnItem11();
	afx_msg void OnItem12();
	afx_msg void OnItem13();
	afx_msg void OnItem14();
	afx_msg void OnItem15();
	afx_msg void OnItem16();
	afx_msg void OnItem17();
	afx_msg void OnItem18();
	afx_msg void OnItem19();
	afx_msg void OnReset();
	afx_msg void OnDel();
	afx_msg void On2_6();
	afx_msg void On2_7();
	afx_msg void On2_8();
	afx_msg void On2_9();
	afx_msg void On2_10();
	afx_msg void On2_11();
	afx_msg void On3_5();
	afx_msg void On4_1_8();
	afx_msg void On4_2_1();
	afx_msg void On4_2_2();
	afx_msg void On5_1();
	//}}AFX_MSG

	
	
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in imgprocView.cpp
inline CImgprocDoc* CImgprocView::GetDocument()
   { return (CImgprocDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_IMGPROCVIEW_H__21061898_D443_11D1_B4D6_00400552D10C__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?