⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vscapview.h

📁 一个摄像机的程序
💻 H
字号:
// vscapView.h : interface of the CVscapView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_VSCAPVIEW_H__DCC4865E_3B37_402E_AC1B_C8ABF4519F51__INCLUDED_)
#define AFX_VSCAPVIEW_H__DCC4865E_3B37_402E_AC1B_C8ABF4519F51__INCLUDED_

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

class CVscapView : public CView
{
protected: // create from serialization only
	CVscapView();
	DECLARE_DYNCREATE(CVscapView)

// Attributes
public:
	CVscapDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CVscapView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
	protected:
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CVscapView();
	BOOL Openlink (CString);
	BOOL OpenUsingShellExecute (CString);
	LONG GetRegKey (HKEY key, LPCTSTR subkey, LPTSTR retdata);
	BOOL OpenUsingRegisteredClass (CString);

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

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CVscapView)
	afx_msg void OnRegionRubber();
	afx_msg void OnRegionPanregion();
	afx_msg void OnPaint();
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnDestroy();
	afx_msg void OnRecord();
	afx_msg void OnStop();
	afx_msg void OnUpdateRegionPanregion(CCmdUI* pCmdUI);
	afx_msg void OnUpdateRegionRubber(CCmdUI* pCmdUI);
	afx_msg void OnFileVideooptions();
	afx_msg void OnOptionsCursoroptions();
	afx_msg void OnOptionsAutopan();
	afx_msg void OnOptionsAtuopanspeed();
	afx_msg void OnUpdateOptionsAutopan(CCmdUI* pCmdUI);
	afx_msg void OnUpdateRecord(CCmdUI* pCmdUI);
	afx_msg void OnRegionFullscreen();
	afx_msg void OnUpdateRegionFullscreen(CCmdUI* pCmdUI);
	afx_msg void OnOptionsMinimizeonstart();
	afx_msg void OnUpdateOptionsMinimizeonstart(CCmdUI* pCmdUI);
	afx_msg void OnOptionsHideflashing();
	afx_msg void OnUpdateOptionsHideflashing(CCmdUI* pCmdUI);
	afx_msg void OnOptionsProgramoptionsPlayavi();
	afx_msg void OnUpdateOptionsProgramoptionsPlayavi(CCmdUI* pCmdUI);
	afx_msg void OnHelpWebsite();
	afx_msg void OnHelpHelp();
	//}}AFX_MSG
	afx_msg LRESULT OnRecordStart (UINT wParam, LONG lParam);
	afx_msg LRESULT OnRecordInterrupted (UINT wParam, LONG lParam);
	afx_msg LRESULT OnSaveCursor (UINT wParam, LONG lParam);	
	afx_msg LRESULT OnUserGeneric	(UINT wParam, LONG lParam);	
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in vscapView.cpp
inline CVscapDoc* CVscapView::GetDocument()
   { return (CVscapDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_VSCAPVIEW_H__DCC4865E_3B37_402E_AC1B_C8ABF4519F51__INCLUDED_)

⌨️ 快捷键说明

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