GME  13
Public Member Functions | Protected Member Functions | Protected Attributes
CInspectorEntry Class Reference

#include <InspectorEntry.h>

List of all members.

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 > &regnode)
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< IMgaRegNodem_regnode
CComPtr< IMgaAttributem_attribute
CString m_name

Detailed Description

Definition at line 14 of file InspectorEntry.h.


Constructor & Destructor Documentation

Definition at line 19 of file InspectorEntry.cpp.

Definition at line 25 of file InspectorEntry.cpp.


Member Function Documentation

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.


Member Data Documentation

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.

Definition at line 31 of file InspectorEntry.h.

CString CInspectorEntry::m_ROval [protected]

Definition at line 30 of file InspectorEntry.h.


The documentation for this class was generated from the following files: