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

ChildView.h

Go to the documentation of this file.
00001 // ChildView.h : interface of the CChildView class
00002 //
00004 
00005 #if !defined(AFX_CHILDVIEW_H__CBB74C24_E9C7_47E6_8C9D_A413B858A536__INCLUDED_)
00006 #define AFX_CHILDVIEW_H__CBB74C24_E9C7_47E6_8C9D_A413B858A536__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00013 // CChildView window
00014 
00015 class CChildView : public CWnd
00016 {
00017 // Construction
00018 public:
00019         CChildView();
00020 
00021 // Attributes
00022 public:
00023 
00024 // Operations
00025 public:
00026 
00027 // Overrides
00028         // ClassWizard generated virtual function overrides
00029         //{{AFX_VIRTUAL(CChildView)
00030         protected:
00031         virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
00032         //}}AFX_VIRTUAL
00033 
00034 // Implementation
00035 public:
00036         virtual ~CChildView();
00037 
00038         // Generated message map functions
00039 protected:
00040         //{{AFX_MSG(CChildView)
00041         afx_msg void OnPaint();
00042         //}}AFX_MSG
00043         DECLARE_MESSAGE_MAP()
00044 };
00045 
00047 
00048 //{{AFX_INSERT_LOCATION}}
00049 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00050 
00051 #endif // !defined(AFX_CHILDVIEW_H__CBB74C24_E9C7_47E6_8C9D_A413B858A536__INCLUDED_)

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