FS2_Open
Open source remastering of the Freespace 2 engine
SoundEnvironment Class Reference

#include <soundenvironmentdlg.h>

Inheritance diagram for SoundEnvironment:

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 ()
 

Detailed Description

Definition at line 13 of file soundenvironmentdlg.h.

Member Enumeration Documentation

anonymous enum
Enumerator
IDD 

Definition at line 24 of file soundenvironmentdlg.h.

Constructor & Destructor Documentation

SoundEnvironment::SoundEnvironment ( CWnd *  pParent = NULL)

Definition at line 21 of file soundenvironmentdlg.cpp.

Member Function Documentation

BOOL SoundEnvironment::DestroyWindow ( )
virtual

Definition at line 181 of file soundenvironmentdlg.cpp.

void SoundEnvironment::DoDataExchange ( CDataExchange *  pDX)
protectedvirtual

Definition at line 35 of file soundenvironmentdlg.cpp.

void SoundEnvironment::OnBrowseWave ( )
protected

Definition at line 220 of file soundenvironmentdlg.cpp.

void SoundEnvironment::OnCancel ( )

Definition at line 127 of file soundenvironmentdlg.cpp.

void SoundEnvironment::OnClose ( )
protected

Definition at line 132 of file soundenvironmentdlg.cpp.

BOOL SoundEnvironment::OnInitDialog ( )
protectedvirtual

Definition at line 61 of file soundenvironmentdlg.cpp.

void SoundEnvironment::OnOK ( )

Definition at line 106 of file soundenvironmentdlg.cpp.

void SoundEnvironment::OnPlay ( )
protected

Definition at line 192 of file soundenvironmentdlg.cpp.

void SoundEnvironment::OnSelChangeSoundEnvironment ( )
protected

Definition at line 162 of file soundenvironmentdlg.cpp.

int SoundEnvironment::query_modified ( )

Definition at line 153 of file soundenvironmentdlg.cpp.

Member Data Documentation

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.


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