#include <Dlg_CreateFVDownload.h>
Public Types | |
| enum | { IDD = IDD_CREATEFVDOWNLOAD } |
Public Member Functions | |
| CDlg_CreateFVDownload (CWnd *pParent=NULL) | |
Public Attributes | |
| BOOL | m_bSetupAdvStgs |
| BOOL | m_bAutoConvert |
| vmsMediaFileConvertSettings | m_stgsAutoConvert |
| CString | m_strUrl |
| CComboBox | m_wndSSites |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | UpdateEnabled () |
| void | ApplyLanguage () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnViewSSites () |
| virtual void | OnOK () |
| afx_msg void | OnUseAutoConvert () |
| afx_msg void | OnSettings () |
Protected Attributes | |
| CRect | m_rcOldSize |
Definition at line 13 of file Dlg_CreateFVDownload.h.
| anonymous enum |
| CDlg_CreateFVDownload::CDlg_CreateFVDownload | ( | CWnd * | pParent = NULL |
) |
Definition at line 18 of file Dlg_CreateFVDownload.cpp.
| void CDlg_CreateFVDownload::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
| void CDlg_CreateFVDownload::UpdateEnabled | ( | ) | [protected] |
Definition at line 173 of file Dlg_CreateFVDownload.cpp.
References IDC_SETTINGS2, and IDC_USE_AUTO_CONVERT.
Referenced by OnInitDialog(), and OnUseAutoConvert().
| void CDlg_CreateFVDownload::ApplyLanguage | ( | ) | [protected] |
Definition at line 146 of file Dlg_CreateFVDownload.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC_ADVANCED, IDC_SETTINGS2, IDC_USE_AUTO_CONVERT, IDC_VIEW_S_SITES, L_CANCEL, L_CREATEFVDLD, L_CUSTOMIZE, L_SETUPADVOPTIONS, L_USE_AUTO_CONVERT, and L_VIEW_LIST_OF_SUPP_SITES.
Referenced by OnInitDialog().
| BOOL CDlg_CreateFVDownload::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 42 of file Dlg_CreateFVDownload.cpp.
References _App, _AppMgr, _ClipbrdMgr, _LastFlashVideoUrls, ApplyLanguage(), fsURL::Crack(), fsAppSettings::FVDownloads_AutoConvertVideo(), vmsMediaConvertMgr::GetDefaultSettings(), fsURL::GetHostName(), fsCmdHistoryMgr::GetRecord(), fsCmdHistoryMgr::GetRecordCount(), IDC__S0, IDC_ADVANCED, IDC_URL, IR_SUCCESS, vmsFdmAppMgr::IsMediaFeaturesInstalled(), vmsVideoSiteHtmlCodeParser::IsSiteSupported(), L_E_G, LS, m_rcOldSize, m_stgsAutoConvert, m_strUrl, m_wndSSites, mfcSetForegroundWindow(), NULL, fsClipboardMgr::Text(), TRUE, UpdateEnabled(), and fsAppSettings::View_CreateFVDownload_SetupAdvStgs().
| void CDlg_CreateFVDownload::OnViewSSites | ( | ) | [protected] |
Definition at line 115 of file Dlg_CreateFVDownload.cpp.
References IDC_VIEW_S_SITES, m_rcOldSize, m_wndSSites, and NULL.
| void CDlg_CreateFVDownload::OnOK | ( | ) | [protected, virtual] |
Definition at line 125 of file Dlg_CreateFVDownload.cpp.
References _App, _LastFlashVideoUrls, fsCmdHistoryMgr::AddRecord(), fsURL::Crack(), FALSE, fsURL::GetHostName(), IDC_ADVANCED, IDC_URL, IDC_USE_AUTO_CONVERT, IR_SUCCESS, vmsVideoSiteHtmlCodeParser::IsSiteSupported(), L_FVDLD_SITEISNOTSUPP, L_INPERR, LS, m_bAutoConvert, m_bSetupAdvStgs, m_strUrl, and fsAppSettings::View_CreateFVDownload_SetupAdvStgs().
| void CDlg_CreateFVDownload::OnUseAutoConvert | ( | ) | [protected] |
Definition at line 159 of file Dlg_CreateFVDownload.cpp.
References _App, _AppMgr, FALSE, fsAppSettings::FVDownloads_AutoConvertVideo(), IDC_USE_AUTO_CONVERT, vmsFdmAppMgr::IsMediaFeaturesInstalled(), vmsFdmAppMgr::ShowInstallMediaFeaturesMessage(), and UpdateEnabled().
| void CDlg_CreateFVDownload::OnSettings | ( | ) | [protected] |
Definition at line 179 of file Dlg_CreateFVDownload.cpp.
References m_stgsAutoConvert, and vmsMediaConvertMgr::ShowSettingsUI().
Definition at line 17 of file Dlg_CreateFVDownload.h.
Referenced by CFlashVideoDownloadsWnd::CreateDownload(), and OnOK().
Definition at line 18 of file Dlg_CreateFVDownload.h.
Referenced by CFlashVideoDownloadsWnd::CreateDownload(), and OnOK().
Definition at line 19 of file Dlg_CreateFVDownload.h.
Referenced by CFlashVideoDownloadsWnd::CreateDownload(), OnInitDialog(), and OnSettings().
| CString CDlg_CreateFVDownload::m_strUrl |
Definition at line 20 of file Dlg_CreateFVDownload.h.
Referenced by CFlashVideoDownloadsWnd::CreateDownload(), OnInitDialog(), and OnOK().
| CComboBox CDlg_CreateFVDownload::m_wndSSites |
Definition at line 25 of file Dlg_CreateFVDownload.h.
Referenced by DoDataExchange(), OnInitDialog(), and OnViewSSites().
CRect CDlg_CreateFVDownload::m_rcOldSize [protected] |
Definition at line 36 of file Dlg_CreateFVDownload.h.
Referenced by OnInitDialog(), and OnViewSSites().
1.5.6