Filter Library | Camera | Interface Physics |
#include <FilterDlg_LowPass.h>
Inheritance diagram for CFilterDlg_LowPass:
Definition at line 40 of file FilterDlg_LowPass.h.
Public Types | |
typedef CFilterDlg | Super |
the parent class. | |
Public Member Functions | |
BOOL | ApplyFilter (bool force=false) |
apply the filter provided certain conditions are met. | |
Protected Types | |
typedef CHashBuilder::ValueType | HashType |
the hash type. | |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
Dialog Data Exchange (DDX) / Dialog Data Validation (DDV) support. | |
virtual BOOL | OnInitDialog () |
the message map. | |
afx_msg void | OnChange () |
void | UpdateControls (CScanFilterLowPassPtr pFilter) |
(handle enabling and disabling of controls. | |
BOOL | DialogChanged () |
true if the settings on the dialog changed. | |
HashType | ComputeHash () |
compute the has of the dialog's settings. | |
Private Types | |
enum | { IDD = IDD_FILTERDLG_LOWPASS } |
Private Attributes | |
CRealEdit | c_txtCutOff |
cut-off | |
CRealEdit | c_txtSoftEdge |
soft edge | |
CNumSpinCtrl | c_spnCutOff |
width spinner | |
CNumSpinCtrl | c_spnSoftEdge |
height spinner | |
CButton | c_btnOK |
OK button. | |
HashType | m_lastHash |
hash of settings last applied |