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

MainFrm.h

Go to the documentation of this file.
00001 // MainFrm.h : interface of the CMainFrame class
00002 //
00004 
00005 #if !defined(AFX_MAINFRM_H__ED479EFB_292D_4AF3_858B_512599397C80__INCLUDED_)
00006 #define AFX_MAINFRM_H__ED479EFB_292D_4AF3_858B_512599397C80__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include "ChildView.h"
00013 
00014 class CMainFrame : public CFrameWnd
00015 {
00016         
00017 public:
00018         CMainFrame();
00019 protected: 
00020         DECLARE_DYNAMIC(CMainFrame)
00021 
00022 // Attributes
00023 public:
00024         MPDirectShow* m_directShow;
00025 
00026 // Operations
00027 public:
00028 
00029 // Overrides
00030         // ClassWizard generated virtual function overrides
00031         //{{AFX_VIRTUAL(CMainFrame)
00032         virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
00033         virtual BOOL OnCmdMsg(UINT nID, int nCode, void* pExtra, AFX_CMDHANDLERINFO* pHandlerInfo);
00034         //}}AFX_VIRTUAL
00035 
00036 // Implementation
00037 public:
00038         virtual ~CMainFrame();
00039         void setDirectShow(MPDirectShow* directShow);
00040 #ifdef _DEBUG
00041         virtual void AssertValid() const;
00042         virtual void Dump(CDumpContext& dc) const;
00043 #endif
00044         CChildView    m_wndView;
00045 
00046 // Generated message map functions
00047 protected:
00048         //{{AFX_MSG(CMainFrame)
00049         afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
00050         afx_msg void OnSetFocus(CWnd *pOldWnd);
00051         afx_msg void OnSavevideoSave();
00052         afx_msg void OnSavevideoPause();
00053         afx_msg void OnSavevideoResume();
00054         afx_msg void OnSavevideoStop();
00055         //}}AFX_MSG
00056         DECLARE_MESSAGE_MAP()
00057 };
00058 
00060 
00061 //{{AFX_INSERT_LOCATION}}
00062 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00063 
00064 #endif // !defined(AFX_MAINFRM_H__ED479EFB_292D_4AF3_858B_512599397C80__INCLUDED_)

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