Filter Library | Camera | Interface Physics |
#include <FilterDlg_Clad.h>
Inheritance diagram for CFilterDlg_Clad:
Definition at line 39 of file FilterDlg_Clad.h.
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
DDX/DDV support. | |
virtual BOOL | OnInitDialog () |
initialize the dialog | |
afx_msg void | OnChangeSizeX () |
change width handler | |
afx_msg void | OnChangeSizeY () |
change height handler | |
afx_msg void | OnDeltaposSizeXY (NMHDR *pNMHDR, LRESULT *pResult) |
///< handle spinner events | |
Private Types | |
enum | { IDD = IDD_FILTERDLG_CLAD } |
Private Attributes | |
CIntegerEdit | c_txtSizeX |
width text | |
CIntegerEdit | c_txtSizeY |
height text | |
CNumSpinCtrl | c_spnSizeX |
width spinner | |
CNumSpinCtrl | c_spnSizeY |
height spinner | |
CSpinButtonCtrl | c_spnSizeXY |
width, height combined spinner |