Filter Library | Camera | Interface Physics |
#include <FilterDlg_Math.h>
Inheritance diagram for CFilterDlg_Math:
Definition at line 37 of file FilterDlg_Math.h.
Public Types | |
enum | { IDD = IDD_FILTERDLG_MATH } |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
DDX/DDV support. | |
virtual BOOL | OnInitDialog () |
initialize the dialog | |
afx_msg void | OnRadioModeAPlusB () |
A+B handler. | |
afx_msg void | OnRadioModeAMinB () |
A-B handler. | |
afx_msg void | OnRadioModeBMinA () |
B-A handler. | |
afx_msg void | OnBufferselect () |
select buffer handler | |
afx_msg void | OnRadioModeATimesB () |
A*B handler. |