The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

VideoDemo.h

Go to the documentation of this file.
00001 // MPWin32FrameGrabber.h : main header file for the MPWIN32FRAMEGRABBER application
00002 //
00003 
00004 #if !defined(AFX_VIDEODEMO_H__5849D776_2692_4D92_9111_1B4805F91F51__INCLUDED_)
00005 #define AFX_VIDEODEMO_H__5849D776_2692_4D92_9111_1B4805F91F51__INCLUDED_
00006 
00007 #if _MSC_VER > 1000
00008 #pragma once
00009 #endif // _MSC_VER > 1000
00010 
00011 #ifndef __AFXWIN_H__
00012         #error include 'stdafx.h' before including this file for PCH
00013 #endif
00014 
00015 #include "resource.h"       // main symbols
00016 #include "MPDirectShow.h"
00017 
00019 // CMPWin32FrameGrabberApp:
00020 // See MPWin32FrameGrabber.cpp for the implementation of this class
00021 //
00022 
00023 class CVideoDemoApp : public CWinApp
00024 {
00025 public:
00026 
00027         MPDirectShow m_directShow;
00028 
00029         CVideoDemoApp();
00030 
00031 // Overrides
00032         // ClassWizard generated virtual function overrides
00033         //{{AFX_VIRTUAL(CVideoDemoApp)
00034         public:
00035         virtual BOOL InitInstance();
00036         //}}AFX_VIRTUAL
00037 
00038 // Implementation
00039 
00040 public:
00041         //{{AFX_MSG(CVideoDemoApp)
00042         afx_msg void OnAppAbout();
00043         afx_msg void OnAppProject();
00044         afx_msg void OnFileSavevideo();
00045         //}}AFX_MSG
00046         DECLARE_MESSAGE_MAP()
00047 };
00048 
00049 
00051 
00052 //{{AFX_INSERT_LOCATION}}
00053 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00054 
00055 #endif // !defined(AFX_VIDEODEMO_H__5849D776_2692_4D92_9111_1B4805F91F51__INCLUDED_)

Generated on Mon Nov 8 17:07:52 2004 for MPT by  doxygen 1.3.9.1