Public Types | |
| enum | |
Public Member Functions | |
| CBrushLevelDialog (CWnd *pParent=NULL) | |
| virtual | ~CBrushLevelDialog () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnDeltaposSpinSize (NMHDR *pNMHDR, LRESULT *pResult) |
| afx_msg void | OnPaint () |
| afx_msg void | OnBnClickedRadioShapecircle () |
| afx_msg void | OnBnClickedRadioShapesquare () |
| afx_msg void | OnEnChangeEditSize () |
| afx_msg void | OnNMReleasedcaptureSpinSize (NMHDR *pNMHDR, LRESULT *pResult) |
Public Attributes | |
| CSpinButtonCtrl | m_SpinSize |
| CButton | m_CheckCircle |
| CButton | m_CheckSquare |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual void | OnOK () |
| virtual void | OnCancel () |
Definition at line 8 of file BrushLevelDialog.h.
1.5.1-p1