Public Types | |
| enum | |
Public Member Functions | |
| CBrushUnitsDialog (CWnd *pParent=NULL) | |
| virtual | ~CBrushUnitsDialog () |
| void | Refresh () |
| void | CreateLandEntity (char *pClassName) |
| void | SetLandEntity (KLandEntity *pLandEntity) |
| ENTITYTYPE | GetEntityType (char *pKeyType) |
| bool | IsCreateMode () |
| bool | IsEditMode () |
| bool | IsDeleteMode () |
| KLandEntity & | GetLandEntity () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnCbnSelchangeComboClassname () |
| afx_msg void | OnBnClickedRadioCreate () |
| afx_msg void | OnBnClickedRadioEdit () |
| afx_msg void | OnBnClickedRadioDelete2 () |
| afx_msg void | OnNMClickListEntity (NMHDR *pNMHDR, LRESULT *pResult) |
| afx_msg void | OnBnClickedButtonSet () |
Public Attributes | |
| KList< CEntityDef * > | m_EntityDefList |
| KLandEntity | m_NewLandEntity |
| KLandEntity * | m_pLandEntity |
| CEntityDef * | m_pEntityDef |
| KLandEntityKey * | m_pSelectedKey |
| CComboBox | m_ComboClassName |
| CButton | m_ButtonCreate |
| CButton | m_ButtonEdit |
| CButton | m_ButtonDelete |
| CListCtrl | m_ListEntity |
| CEdit | m_EditValue |
| CButton | m_ButtonSet |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual void | OnOK () |
| virtual void | OnCancel () |
Definition at line 66 of file BrushUnitsDialog.h.
1.5.1-p1