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

SaveVideo.h

Go to the documentation of this file.
00001 #if !defined(AFX_SAVEVIDEO_H__7C789B5F_58ED_4310_9C30_318D18C570E2__INCLUDED_)
00002 #define AFX_SAVEVIDEO_H__7C789B5F_58ED_4310_9C30_318D18C570E2__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // SaveVideo.h : header file
00008 //
00009 
00011 // SaveVideo dialog
00012 
00013 class SaveVideo : public CDialog
00014 {
00015 // Construction
00016 public:
00017         SaveVideo(CWnd* pParent = NULL);   // standard constructor
00018 
00019         void setDirectShow(MPDirectShow* directShow);
00020 
00021 // Dialog Data
00022         //{{AFX_DATA(SaveVideo)
00023         enum { IDD = IDD_SAVEVIDEO };
00024         CButton m_pause;
00025         CButton m_resume;
00026         CButton m_stop;
00027         CButton m_save;
00028         //}}AFX_DATA
00029 
00030 
00031 // Overrides
00032         // ClassWizard generated virtual function overrides
00033         //{{AFX_VIRTUAL(SaveVideo)
00034         protected:
00035         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00036         //}}AFX_VIRTUAL
00037 
00038 // Implementation
00039 protected:
00040         MPDirectShow* m_directShow;
00041 
00042         // Generated message map functions
00043         //{{AFX_MSG(SaveVideo)
00044         afx_msg void OnFileSavevideo();
00045         afx_msg void OnResume();
00046         afx_msg void OnPause();
00047         afx_msg void OnSave();
00048         afx_msg void OnStop();
00049         //}}AFX_MSG
00050         DECLARE_MESSAGE_MAP()
00051 };
00052 
00053 //{{AFX_INSERT_LOCATION}}
00054 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00055 
00056 #endif // !defined(AFX_SAVEVIDEO_H__7C789B5F_58ED_4310_9C30_318D18C570E2__INCLUDED_)

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