FS2_Open
Open source remastering of the Freespace 2 engine
fredBase::dlgSoundEnvironment Class Reference

Class dlgSoundEnvironment. More...

#include <wxfred_base.h>

Inheritance diagram for fredBase::dlgSoundEnvironment:
dlgSoundEnvironment

Public Member Functions

 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 Types

enum  { ID_dlgSoundEnvironment = 1000 }
 

Protected Member Functions

virtual void OnOK (wxCommandEvent &event)
 
virtual void OnCancel (wxCommandEvent &event)
 

Protected Attributes

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
 

Detailed Description

Class dlgSoundEnvironment.

Definition at line 1266 of file wxfred_base.h.

Member Enumeration Documentation

anonymous enum
protected
Enumerator
ID_dlgSoundEnvironment 

Definition at line 1277 of file wxfred_base.h.

Constructor & Destructor Documentation

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 
)

Definition at line 3739 of file wxfred_base.cpp.

dlgSoundEnvironment::~dlgSoundEnvironment ( )

Definition at line 3825 of file wxfred_base.cpp.

Member Function Documentation

virtual void fredBase::dlgSoundEnvironment::OnCancel ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in dlgSoundEnvironment.

Definition at line 1298 of file wxfred_base.h.

virtual void fredBase::dlgSoundEnvironment::OnOK ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in dlgSoundEnvironment.

Definition at line 1297 of file wxfred_base.h.

Member Data Documentation

wxButton* fredBase::dlgSoundEnvironment::btnCancel
protected

Definition at line 1292 of file wxfred_base.h.

wxButton* fredBase::dlgSoundEnvironment::btnOK
protected

Definition at line 1291 of file wxfred_base.h.

wxComboBox* fredBase::dlgSoundEnvironment::cboEnvironment
protected

Definition at line 1283 of file wxfred_base.h.

wxStaticText* fredBase::dlgSoundEnvironment::lblDamping
protected

Definition at line 1286 of file wxfred_base.h.

wxStaticText* fredBase::dlgSoundEnvironment::lblDecaySeconds
protected

Definition at line 1290 of file wxfred_base.h.

wxStaticText* fredBase::dlgSoundEnvironment::lblDecayTime
protected

Definition at line 1288 of file wxfred_base.h.

wxStaticText* fredBase::dlgSoundEnvironment::lblEnvironment
protected

Definition at line 1282 of file wxfred_base.h.

wxStaticText* fredBase::dlgSoundEnvironment::lblVolume
protected

Definition at line 1284 of file wxfred_base.h.

wxBitmapButton* fredBase::dlgSoundEnvironment::m_bpButton7
protected

Definition at line 1293 of file wxfred_base.h.

wxFilePickerCtrl* fredBase::dlgSoundEnvironment::m_filePicker2
protected

Definition at line 1294 of file wxfred_base.h.

wxSpinCtrl* fredBase::dlgSoundEnvironment::spnDamping
protected

Definition at line 1287 of file wxfred_base.h.

wxSpinCtrl* fredBase::dlgSoundEnvironment::spnDecayTime
protected

Definition at line 1289 of file wxfred_base.h.

wxSpinCtrl* fredBase::dlgSoundEnvironment::spnVolume
protected

Definition at line 1285 of file wxfred_base.h.


The documentation for this class was generated from the following files: