#include <fsSoundsMgr.h>
Public Member Functions | |
| void | PlaySnd (LPCSTR pszSoundFile) |
| void | Event (fsSoundsMgrEvent ev) |
| void | ReadSettings () |
| fsSoundsMgr () | |
| virtual | ~fsSoundsMgr () |
Protected Attributes | |
| BOOL | m_bUseSounds |
| fsString | m_strDownloadComplete |
| fsString | m_strDownloadAdded |
| fsString | m_strNoActiveDownloads |
| fsString | m_strDialingOK |
| fsString | m_strDialingFailed |
| fsString | m_strDownloadFailed |
Definition at line 23 of file fsSoundsMgr.h.
| fsSoundsMgr::fsSoundsMgr | ( | ) |
Definition at line 17 of file fsSoundsMgr.cpp.
| fsSoundsMgr::~fsSoundsMgr | ( | ) | [virtual] |
Definition at line 22 of file fsSoundsMgr.cpp.
| void fsSoundsMgr::PlaySnd | ( | LPCSTR | pszSoundFile | ) |
Definition at line 71 of file fsSoundsMgr.cpp.
References NULL.
Referenced by Event(), and CDlgSounds::OnTest().
| void fsSoundsMgr::Event | ( | fsSoundsMgrEvent | ev | ) |
Definition at line 38 of file fsSoundsMgr.cpp.
References FALSE, m_bUseSounds, m_strDialingFailed, m_strDialingOK, m_strDownloadAdded, m_strDownloadComplete, m_strDownloadFailed, m_strNoActiveDownloads, PlaySnd(), SME_DIALINGFAILED, SME_DIALINGOK, SME_DOWNLOADADDED, SME_DOWNLOADCOMPLETE, SME_DOWNLOADFAILED, and SME_NOACTIVEDOWNLOADS.
Referenced by CDownloadsWnd::_Events(), fsWebPageDownloader::Create(), CDownloadsWnd::CreateDownloads(), CDialDlg::OnNeedEndDialog(), and fsWebPageDownloader::ParseHTML().
| void fsSoundsMgr::ReadSettings | ( | ) |
Definition at line 27 of file fsSoundsMgr.cpp.
References _App, m_bUseSounds, m_strDialingFailed, m_strDialingOK, m_strDownloadAdded, m_strDownloadComplete, m_strDownloadFailed, m_strNoActiveDownloads, fsAppSettings::Snd_DialingFailed(), fsAppSettings::Snd_DialingOK(), fsAppSettings::Snd_DownloadAdded(), fsAppSettings::Snd_DownloadComplete(), fsAppSettings::Snd_DownloadFailed(), fsAppSettings::Snd_NoActiveDownloads(), and fsAppSettings::Snd_Use().
Referenced by CFdmApp::InitInstance(), CDownloaderProperties_NotificationsPage::OnApply(), and CDlgSounds::OnOK().
BOOL fsSoundsMgr::m_bUseSounds [protected] |
fsString fsSoundsMgr::m_strDownloadComplete [protected] |
fsString fsSoundsMgr::m_strDownloadAdded [protected] |
fsString fsSoundsMgr::m_strNoActiveDownloads [protected] |
fsString fsSoundsMgr::m_strDialingOK [protected] |
fsString fsSoundsMgr::m_strDialingFailed [protected] |
fsString fsSoundsMgr::m_strDownloadFailed [protected] |
1.5.6