Filter Library | Camera | Interface Physics |
#include <FilterDlg_Differential.h>
Inheritance diagram for CFilterDlg_Differential:
Definition at line 37 of file FilterDlg_Differential.h.
Public Types | |
typedef CFilterDlg | Super |
the parent class. | |
Public Member Functions | |
CFilterDlg_Differential (CWnd *pParent=NULL) | |
(default) constructor. | |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
Dialog Data Exchange (DDX) / Dialog Data Validation (DDV) support. DDX/DDV support. | |
virtual BOOL | OnInitDialog () |
initialize the dialog | |
afx_msg void | OnHScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
handle scrollbar events | |
afx_msg void | OnChangeAngle () |
change angle | |
Private Types | |
enum | { IDD = IDD_FILTERDLG_DIFFERENTIAL } |
Private Attributes | |
CSliderCtrl | m_sbSlider |
the slider | |
CIntegerEdit | m_nAngleShow |
the angle | |
bool | initialized |
prevent message handling before we're ready |