Public Types | |
| enum | |
Public Member Functions | |
| CBrushDialog (CWnd *pParent=NULL) | |
| virtual | ~CBrushDialog () |
| int | GetSelectedDlg () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnCbnSelchangeComboType () |
| afx_msg void | OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) |
| afx_msg void | OnKeyUp (UINT nChar, UINT nRepCnt, UINT nFlags) |
| afx_msg void | OnClose () |
Public Attributes | |
| CBrushLevelDialog | m_BrushLevelDlg |
| CBrushTerrainDialog | m_BrushTerrainDlg |
| CBrushObjectsDialog | m_BrushObjectsDlg |
| CBrushUnitsDialog | m_BrushUnitsDlg |
| CComboBox | m_ComboType |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnCommand (WPARAM wParam, LPARAM lParam) |
| virtual void | OnOK () |
| virtual void | OnCancel () |
Definition at line 10 of file BrushDialog.h.
1.5.1-p1