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

Projectsbox.h

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

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