Main Page | Class Hierarchy | Class List | File List | Class Members | Related Pages

D:/Programming/GUI Editor (Source)/ChildFrm.h

00001 // ChildFrm.h : interface of the CChildFrame class 00002 // 00004 00005 #if !defined(AFX_CHILDFRM_H__935D5215_1CD8_4199_B32D_79FC44712583__INCLUDED_) 00006 #define AFX_CHILDFRM_H__935D5215_1CD8_4199_B32D_79FC44712583__INCLUDED_ 00007 00008 #if _MSC_VER > 1000 00009 #pragma once 00010 #endif // _MSC_VER > 1000 00011 00012 #include "GUI.h" 00013 00014 class CChildFrame : public CMDIChildWnd 00015 { 00016 DECLARE_DYNCREATE(CChildFrame) 00017 public: 00018 CChildFrame(); 00019 00020 00021 00022 // Attributes 00023 public: 00024 00025 // Operations 00026 public: 00027 00028 // Overrides 00029 // ClassWizard generated virtual function overrides 00030 //{{AFX_VIRTUAL(CChildFrame) 00031 virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 00032 //}}AFX_VIRTUAL 00033 00034 // Implementation 00035 public: 00036 virtual ~CChildFrame(); 00037 #ifdef _DEBUG 00038 virtual void AssertValid() const; 00039 virtual void Dump(CDumpContext& dc) const; 00040 #endif 00041 00042 // Generated message map functions 00043 protected: 00044 00045 //{{AFX_MSG(CChildFrame) 00046 // NOTE - the ClassWizard will add and remove member functions here. 00047 // DO NOT EDIT what you see in these blocks of generated code! 00048 //}}AFX_MSG 00049 DECLARE_MESSAGE_MAP() 00050 }; 00051 00053 00054 //{{AFX_INSERT_LOCATION}} 00055 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00056 00057 #endif // !defined(AFX_CHILDFRM_H__935D5215_1CD8_4199_B32D_79FC44712583__INCLUDED_)

Generated on Sun Jul 17 21:34:26 2005 for OpenGL GUI by doxygen 1.3.8