#include <fsSpeaking.h>

Public Member Functions | |
| void | Mute (BOOL bMute) |
| virtual void | SetDialogFunc (fntInetFileDialogFunc pfn, LPVOID lpParam1, LPVOID lpParam2) |
| fsSpeaking () | |
| virtual | ~fsSpeaking () |
| void | Mute (BOOL bMute) |
| virtual void | SetDialogFunc (fntInetFileDialogFunc pfn, LPVOID lpParam1, LPVOID lpParam2) |
| fsSpeaking () | |
| virtual | ~fsSpeaking () |
Protected Member Functions | |
| void | DialogHttpResponse (HINTERNET hInet) |
| void | DialogFtpResponse () |
| virtual void | Dialog (fsInetFileDialogDirection enDir, LPCSTR pszMsg) |
| void | DialogHttpResponse (HINTERNET hInet) |
| void | DialogFtpResponse () |
| virtual void | Dialog (fsInetFileDialogDirection enDir, LPCSTR pszMsg) |
Protected Attributes | |
| BOOL | m_bMute |
| fntInetFileDialogFunc | m_pfnDlgFunc |
| LPVOID | m_lpDlgParam1 |
| LPVOID | m_lpDlgParam2 |
Definition at line 20 of file fsSpeaking.h.
| fsSpeaking::fsSpeaking | ( | ) |
| fsSpeaking::~fsSpeaking | ( | ) | [virtual] |
Definition at line 15 of file fsSpeaking.cpp.
| fsSpeaking::fsSpeaking | ( | ) |
| virtual fsSpeaking::~fsSpeaking | ( | ) | [virtual] |
| void fsSpeaking::Mute | ( | BOOL | bMute | ) |
Definition at line 60 of file fsSpeaking.cpp.
References m_bMute.
Referenced by fsInternetURLFile::OpenEx().
| void fsSpeaking::SetDialogFunc | ( | fntInetFileDialogFunc | pfn, | |
| LPVOID | lpParam1, | |||
| LPVOID | lpParam2 | |||
| ) | [virtual] |
Definition at line 20 of file fsSpeaking.cpp.
References m_lpDlgParam1, m_lpDlgParam2, and m_pfnDlgFunc.
Referenced by fsInternetDownloader::_threadDownload(), fsInternetURLFile::fsInternetURLFile(), fsInternetDownloader::OpenUrl_imp(), and fsInternetDownloader::QuerySize().
| void fsSpeaking::DialogHttpResponse | ( | HINTERNET | hInet | ) | [protected] |
Definition at line 47 of file fsSpeaking.cpp.
References FALSE, HTTP_QUERY_RAW_HEADERS_CRLF, HttpQueryInfo, IFDD_FROMSERVER, m_bMute, m_lpDlgParam1, m_lpDlgParam2, and m_pfnDlgFunc.
Referenced by fsHttpFile::Open_imp().
| void fsSpeaking::DialogFtpResponse | ( | ) | [protected] |
Definition at line 34 of file fsSpeaking.cpp.
References FALSE, IFDD_FROMSERVER, InternetGetLastResponseInfo, m_bMute, m_lpDlgParam1, m_lpDlgParam2, and m_pfnDlgFunc.
Referenced by fsFtpConnection::Connect(), fsFtpFile::OpenEx(), fsFtpFile::QuerySize(), fsFtpFile::Send_LIST(), and fsFtpConnection::SetCurrentDirectory().
| void fsSpeaking::Dialog | ( | fsInetFileDialogDirection | enDir, | |
| LPCSTR | pszMsg | |||
| ) | [protected, virtual] |
Definition at line 27 of file fsSpeaking.cpp.
References FALSE, m_bMute, m_lpDlgParam1, m_lpDlgParam2, and m_pfnDlgFunc.
Referenced by fsInternetURLFile::_InetFileDialogFunc(), fsHttpFile::Open_imp(), fsInternetURLFile::OpenEx(), fsFtpFile::OpenEx(), fsFtpFile::QuerySize(), fsFtpFile::Send_LIST(), fsFtpConnection::SetCurrentDirectory(), and fsInternetFile2::StartDownloading().
| void fsSpeaking::Mute | ( | BOOL | bMute | ) |
| virtual void fsSpeaking::SetDialogFunc | ( | fntInetFileDialogFunc | pfn, | |
| LPVOID | lpParam1, | |||
| LPVOID | lpParam2 | |||
| ) | [virtual] |
| void fsSpeaking::DialogHttpResponse | ( | HINTERNET | hInet | ) | [protected] |
| void fsSpeaking::DialogFtpResponse | ( | ) | [protected] |
| virtual void fsSpeaking::Dialog | ( | fsInetFileDialogDirection | enDir, | |
| LPCSTR | pszMsg | |||
| ) | [protected, virtual] |
BOOL fsSpeaking::m_bMute [protected] |
Definition at line 32 of file fsSpeaking.h.
Referenced by Dialog(), DialogFtpResponse(), DialogHttpResponse(), fsSpeaking(), and Mute().
fntInetFileDialogFunc fsSpeaking::m_pfnDlgFunc [protected] |
Definition at line 42 of file fsSpeaking.h.
Referenced by Dialog(), DialogFtpResponse(), DialogHttpResponse(), fsSpeaking(), and SetDialogFunc().
LPVOID fsSpeaking::m_lpDlgParam1 [protected] |
Definition at line 43 of file fsSpeaking.h.
Referenced by Dialog(), DialogFtpResponse(), DialogHttpResponse(), and SetDialogFunc().
LPVOID fsSpeaking::m_lpDlgParam2 [protected] |
Definition at line 43 of file fsSpeaking.h.
Referenced by Dialog(), DialogFtpResponse(), DialogHttpResponse(), and SetDialogFunc().
1.5.6