|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <soundenvironmentdlg.h>
Public Types | |
| enum | { IDD = IDD_SOUND_ENVIRONMENT } |
Public Member Functions | |
| SoundEnvironment (CWnd *pParent=NULL) | |
| int | query_modified () |
| void | OnOK () |
| void | OnCancel () |
| virtual BOOL | DestroyWindow () |
Public Attributes | |
| int | m_environment |
| float | m_damping |
| float | m_decay_time |
| float | m_volume |
| CString | m_wave_filename |
| CBitmap | m_play_bm |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnClose () |
| afx_msg void | OnSelChangeSoundEnvironment () |
| afx_msg void | OnBrowseWave () |
| afx_msg void | OnPlay () |
Definition at line 13 of file soundenvironmentdlg.h.
| anonymous enum |
| Enumerator | |
|---|---|
| IDD | |
Definition at line 24 of file soundenvironmentdlg.h.
| SoundEnvironment::SoundEnvironment | ( | CWnd * | pParent = NULL | ) |
Definition at line 21 of file soundenvironmentdlg.cpp.
|
virtual |
Definition at line 181 of file soundenvironmentdlg.cpp.
|
protectedvirtual |
Definition at line 35 of file soundenvironmentdlg.cpp.
|
protected |
Definition at line 220 of file soundenvironmentdlg.cpp.
| void SoundEnvironment::OnCancel | ( | ) |
Definition at line 127 of file soundenvironmentdlg.cpp.
|
protected |
Definition at line 132 of file soundenvironmentdlg.cpp.
|
protectedvirtual |
Definition at line 61 of file soundenvironmentdlg.cpp.
| void SoundEnvironment::OnOK | ( | ) |
Definition at line 106 of file soundenvironmentdlg.cpp.
|
protected |
Definition at line 192 of file soundenvironmentdlg.cpp.
|
protected |
Definition at line 162 of file soundenvironmentdlg.cpp.
| int SoundEnvironment::query_modified | ( | ) |
Definition at line 153 of file soundenvironmentdlg.cpp.
| float SoundEnvironment::m_damping |
Definition at line 26 of file soundenvironmentdlg.h.
| float SoundEnvironment::m_decay_time |
Definition at line 27 of file soundenvironmentdlg.h.
| int SoundEnvironment::m_environment |
Definition at line 25 of file soundenvironmentdlg.h.
| CBitmap SoundEnvironment::m_play_bm |
Definition at line 32 of file soundenvironmentdlg.h.
| float SoundEnvironment::m_volume |
Definition at line 28 of file soundenvironmentdlg.h.
| CString SoundEnvironment::m_wave_filename |
Definition at line 29 of file soundenvironmentdlg.h.