GME
13
|
#include <InspectorEntry.h>
Public Member Functions | |
virtual void | DrawEntry (CDC *pDC, const CRect &rect) |
virtual int | GetEntryHeight (CDC *pDC) |
virtual CString | GetHelp () |
void | InitFromParameter (const CString &name, const CString &val) |
void | InitFromRegistry (const CString &name, const CComPtr< IMgaRegNode > ®node) |
void | InitFromAttribute (const CString &name, const CComPtr< IMgaAttribute > &attr) |
CString | GetName () |
CInspectorEntry () | |
virtual | ~CInspectorEntry () |
Protected Member Functions | |
virtual bool | IsInitialized () |
Protected Attributes | |
CString | m_help |
CString | m_ROval |
CComPtr< IMgaRegNode > | m_regnode |
CComPtr< IMgaAttribute > | m_attribute |
CString | m_name |
Definition at line 14 of file InspectorEntry.h.
Definition at line 19 of file InspectorEntry.cpp.
CInspectorEntry::~CInspectorEntry | ( | ) | [virtual] |
Definition at line 25 of file InspectorEntry.cpp.
void CInspectorEntry::DrawEntry | ( | CDC * | pDC, |
const CRect & | rect | ||
) | [virtual] |
Definition at line 58 of file InspectorEntry.cpp.
int CInspectorEntry::GetEntryHeight | ( | CDC * | pDC | ) | [virtual] |
Definition at line 53 of file InspectorEntry.cpp.
CString CInspectorEntry::GetHelp | ( | ) | [virtual] |
Definition at line 48 of file InspectorEntry.cpp.
CString CInspectorEntry::GetName | ( | ) | [inline] |
Definition at line 23 of file InspectorEntry.h.
void CInspectorEntry::InitFromAttribute | ( | const CString & | name, |
const CComPtr< IMgaAttribute > & | attr | ||
) |
Definition at line 42 of file InspectorEntry.cpp.
void CInspectorEntry::InitFromParameter | ( | const CString & | name, |
const CString & | val | ||
) |
Definition at line 30 of file InspectorEntry.cpp.
void CInspectorEntry::InitFromRegistry | ( | const CString & | name, |
const CComPtr< IMgaRegNode > & | regnode | ||
) |
Definition at line 36 of file InspectorEntry.cpp.
virtual bool CInspectorEntry::IsInitialized | ( | ) | [inline, protected, virtual] |
Definition at line 29 of file InspectorEntry.h.
CComPtr<IMgaAttribute> CInspectorEntry::m_attribute [protected] |
Definition at line 32 of file InspectorEntry.h.
CString CInspectorEntry::m_help [protected] |
Definition at line 28 of file InspectorEntry.h.
CString CInspectorEntry::m_name [protected] |
Definition at line 33 of file InspectorEntry.h.
CComPtr<IMgaRegNode> CInspectorEntry::m_regnode [protected] |
Definition at line 31 of file InspectorEntry.h.
CString CInspectorEntry::m_ROval [protected] |
Definition at line 30 of file InspectorEntry.h.