GME  13
InspectorSheet.h
Go to the documentation of this file.
00001 #if !defined(AFX_INSPECTORSHEET_H__52CF239B_133C_4F6B_8F49_B3088F49FE9A__INCLUDED_)
00002 #define AFX_INSPECTORSHEET_H__52CF239B_133C_4F6B_8F49_B3088F49FE9A__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 
00008 #include "InspectorList.h"
00009 #include "InspectorDefs.h"
00010 
00011 // InspectorSheet.h : header file
00012 //
00013 
00015 // CInspectorSheet window
00016 
00017 class CInspectorSheet : public CTabCtrl
00018 {
00019 // Construction
00020 public:
00021         CInspectorSheet();
00022 
00023 // Attributes
00024 public:
00025 
00026 // Operations
00027 public:
00028         void SetInspectorLists(CInspectorList **inspectorLists);
00029 // Overrides
00030         // ClassWizard generated virtual function overrides
00031         //{{AFX_VIRTUAL(CInspectorSheet)
00032         //}}AFX_VIRTUAL
00033 
00034 // Implementation
00035 public:
00036         virtual ~CInspectorSheet();
00037 
00038         // Generated message map functions
00039 protected:
00040         //{{AFX_MSG(CInspectorSheet)
00041         afx_msg void OnSize(UINT nType, int cx, int cy);
00042         //}}AFX_MSG
00043 
00044         DECLARE_MESSAGE_MAP()
00045 
00046         afx_msg LRESULT OnItemChanged(WPARAM  wParam, LPARAM lParam);   
00047 
00048 protected:
00049         CInspectorList  **m_inspectorLists;
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_INSPECTORSHEET_H__52CF239B_133C_4F6B_8F49_B3088F49FE9A__INCLUDED_)