?? video demo.h
字號:
// Video Demo.h : main header file for the VIDEO DEMO application
//
#if !defined(AFX_VIDEODEMO_H__2F3EA7BB_E6A9_4BF3_BCD7_39D5D4F49B7D__INCLUDED_)
#define AFX_VIDEODEMO_H__2F3EA7BB_E6A9_4BF3_BCD7_39D5D4F49B7D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
// 數(shù)據(jù)管理
#include "DataManager.h"
#include "MediaSource.h"
// CImageProcessingCenterBCGEApp:
// See Image Processing Center BCGE.cpp for the implementation of this class
//
#include "video demodoc.h"
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CVideoDemoApp:
// See Video Demo.cpp for the implementation of this class
//
class CVideoDemoApp : public CWinApp
{
public:
CVideoDemoApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVideoDemoApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
public:
DataManager dm; // 數(shù)據(jù)管理器
ImageData *curImageData; // 當(dāng)前圖像數(shù)據(jù)
ImageData *lastImageData; // 上一次選擇的圖像數(shù)據(jù)
VideoData *curVideo; // 當(dāng)前視頻(目前版本不對視頻進行管理,只打開視頻)
// Implementation
//{{AFX_MSG(CVideoDemoApp)
afx_msg void OnAppAbout();
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
extern CVideoDemoApp theApp;
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VIDEODEMO_H__2F3EA7BB_E6A9_4BF3_BCD7_39D5D4F49B7D__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -