29 #include "../../idlib/precompiled.h"
39 static char THIS_FILE[] = __FILE__;
59 CDialog::DoDataExchange(pDX);
79 CDialog::OnInitDialog();
92 CMapStringToPtr mapEntity;
99 mapEntity.Lookup(pEntity->eclass->name, reinterpret_cast<void*&>(nValue));
101 mapEntity.SetAt(pEntity->eclass->name, reinterpret_cast<void*>(nValue));
104 m_lstEntity.ResetContent();
105 m_lstEntity.SetTabStops(96);
107 POSITION pos = mapEntity.GetStartPosition();
110 mapEntity.GetNextAssoc(pos, strKey, reinterpret_cast<void*&>(nValue));
112 strList.Format(
"%s\t%i", strKey, nValue);
113 m_lstEntity.AddString(strList);
#define IDC_EDIT_TOTALBRUSHES
#define IDC_LIST_ENTITIES
CMapInfo(CWnd *pParent=NULL)
#define IDC_EDIT_TOTALENTITIES
virtual void DoDataExchange(CDataExchange *pDX)