GME
13
|
#include <InspectorSheet.h>
Public Member Functions | |
CInspectorSheet () | |
void | SetInspectorLists (CInspectorList **inspectorLists) |
virtual | ~CInspectorSheet () |
Protected Member Functions | |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg LRESULT | OnItemChanged (WPARAM wParam, LPARAM lParam) |
Protected Attributes | |
CInspectorList ** | m_inspectorLists |
Definition at line 17 of file InspectorSheet.h.
Definition at line 17 of file InspectorSheet.cpp.
CInspectorSheet::~CInspectorSheet | ( | ) | [virtual] |
Definition at line 21 of file InspectorSheet.cpp.
LRESULT CInspectorSheet::OnItemChanged | ( | WPARAM | wParam, |
LPARAM | lParam | ||
) | [protected] |
Definition at line 52 of file InspectorSheet.cpp.
void CInspectorSheet::OnSize | ( | UINT | nType, |
int | cx, | ||
int | cy | ||
) | [protected] |
Definition at line 40 of file InspectorSheet.cpp.
void CInspectorSheet::SetInspectorLists | ( | CInspectorList ** | inspectorLists | ) |
Definition at line 26 of file InspectorSheet.cpp.
CInspectorList** CInspectorSheet::m_inspectorLists [protected] |
Definition at line 49 of file InspectorSheet.h.