|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <dlgsoundenvironment.h>
Public Member Functions | |
| dlgSoundEnvironment (wxWindow *parent) | |
Public Member Functions inherited from fredBase::dlgSoundEnvironment | |
| dlgSoundEnvironment (wxWindow *parent, wxWindowID id=ID_dlgSoundEnvironment, const wxString &title=wxT("Sound Environment"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE) | |
| ~dlgSoundEnvironment () | |
Protected Member Functions | |
| dlgSoundEnvironment (void) | |
| dlgSoundEnvironment (const dlgSoundEnvironment &T) | |
| void | OnClose (wxCloseEvent &event) |
| void | OnOK (wxCommandEvent &event) |
| void | OnCancel (wxCommandEvent &event) |
Additional Inherited Members | |
Protected Types inherited from fredBase::dlgSoundEnvironment | |
| enum | { ID_dlgSoundEnvironment = 1000 } |
Protected Attributes inherited from fredBase::dlgSoundEnvironment | |
| wxStaticText * | lblEnvironment |
| wxComboBox * | cboEnvironment |
| wxStaticText * | lblVolume |
| wxSpinCtrl * | spnVolume |
| wxStaticText * | lblDamping |
| wxSpinCtrl * | spnDamping |
| wxStaticText * | lblDecayTime |
| wxSpinCtrl * | spnDecayTime |
| wxStaticText * | lblDecaySeconds |
| wxButton * | btnOK |
| wxButton * | btnCancel |
| wxBitmapButton * | m_bpButton7 |
| wxFilePickerCtrl * | m_filePicker2 |
Definition at line 15 of file dlgsoundenvironment.h.
| dlgSoundEnvironment::dlgSoundEnvironment | ( | wxWindow * | parent | ) |
Definition at line 15 of file dlgsoundenvironment.cpp.
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented from fredBase::dlgSoundEnvironment.
Definition at line 32 of file dlgsoundenvironment.cpp.
|
protected |
Definition at line 22 of file dlgsoundenvironment.cpp.
|
protectedvirtual |
Reimplemented from fredBase::dlgSoundEnvironment.
Definition at line 27 of file dlgsoundenvironment.cpp.