Filter Library | Camera | Interface Physics |
#include <FilterDlg_Maximum.h>
Inheritance diagram for CFilterDlg_Maximum:
Definition at line 39 of file FilterDlg_Maximum.h.
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
DDX/DDV support. | |
virtual BOOL | OnInitDialog () |
initialize dialog | |
afx_msg void | OnChangeSizeXY () |
change x or y-size | |
afx_msg void | OnDeltaposSizeXY (NMHDR *pNMHDR, LRESULT *pResult) |
handle combined xy-size | |
Private Types | |
enum | { IDD = IDD_FILTERDLG_MAXIMUM } |
Private Attributes | |
CIntegerEdit | c_txtSizeX |
the x-size | |
CIntegerEdit | c_txtSizeY |
the y-size | |
CNumSpinCtrl | c_spnSizeX |
the spinner x-size | |
CNumSpinCtrl | c_spnSizeY |
the spinner y-size | |
CSpinButtonCtrl | c_spnSizeXY |
the combined spinner xy-size |