foobar2000 SDK
2015-08-03
|
Public Types | |
enum | { IDD = IDD_DSP } |
enum | { RangeMin = -20, RangeMax = 20, RangeTotal = RangeMax - RangeMin } |
Public Member Functions | |
CMyDSPPopup (const dsp_preset &initData, dsp_preset_edit_callback &callback) | |
BEGIN_MSG_MAP (CMyDSPPopup) MSG_WM_INITDIALOG(OnInitDialog) COMMAND_HANDLER_EX(IDOK | |
OnButton | COMMAND_HANDLER_EX (IDCANCEL, BN_CLICKED, OnButton) MSG_WM_HSCROLL(OnHScroll) END_MSG_MAP() private |
void | OnButton (UINT, int id, CWindow) |
void | OnHScroll (UINT nSBCode, UINT nPos, CScrollBar pScrollBar) |
void | RefreshLabel (float val) |
Data Fields | |
BN_CLICKED | |
dsp_preset_edit_callback & | m_callback |
const dsp_preset & | m_initData |
CTrackBarCtrl | m_slider |
anonymous enum |
anonymous enum |
Enumerator | |
---|---|
RangeMin | |
RangeMax | |
RangeTotal |
|
inline |
CMyDSPPopup::BEGIN_MSG_MAP | ( | CMyDSPPopup | ) |
|
inline |
Definition at line 101 of file dsp.cpp.
|
inline |
|
inline |
|
inline |
Definition at line 136 of file dsp.cpp.
dsp_preset_edit_callback& CMyDSPPopup::m_callback |
const dsp_preset& CMyDSPPopup::m_initData |