Filter Library | Camera | Interface Physics |
#include <FilterDlg_Shift.h>
Inheritance diagram for CFilterDlg_Shift:
Definition at line 39 of file FilterDlg_Shift.h.
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
DDX/DDV support. | |
virtual BOOL | OnInitDialog () |
initialize dialog | |
afx_msg void | OnChangeShiftX () |
change x-shift | |
afx_msg void | OnChangeShiftY () |
change y-shift | |
afx_msg void | OnDeltaposShiftX (NMHDR *pNMHDR, LRESULT *pResult) |
handle x-shift | |
afx_msg void | OnDeltaposShiftY (NMHDR *pNMHDR, LRESULT *pResult) |
handle y-shift | |
afx_msg void | OnDeltaposShiftXY (NMHDR *pNMHDR, LRESULT *pResult) |
handle combined xy-shift | |
Private Types | |
enum | { IDD = IDD_FILTERDLG_SHIFT } |
Private Attributes | |
CIntegerEdit | c_txtShiftX |
the x-shift | |
CIntegerEdit | c_txtShiftY |
the y-shift | |
CNumSpinCtrl | c_spnShiftX |
the spinner x-shift | |
CNumSpinCtrl | c_spnShiftY |
the spinner y-shift | |
CSpinButtonCtrl | c_spnShiftXY |
the combined spinner xy-shift |