#include <DlgExportDownloads.h>
Public Types | |
| enum | { IDD = IDD_EXPDLDS } |
Public Member Functions | |
| CDlgExportDownloads (CWnd *pParent=NULL) | |
Static Public Member Functions | |
| static BOOL | ExportDownloads_ToURLListFile (LPCSTR pszFile, DLDS_LIST *pvpDlds, BOOL bAppend) |
| static BOOL | ExportDownloads_ToDLInfoListFile (LPCSTR pszFile, DLDS_LIST *pvpDlds, BOOL bAppend) |
| static void | ExportDownloads (int iWhich, BOOL bNoDone, BOOL bAppend) |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | ApplyLanguage () |
| virtual BOOL | OnInitDialog () |
| virtual void | OnOK () |
Static Protected Member Functions | |
| static BOOL | ExportDownload_ToXML (IXMLDOMDocument *pDoc, IXMLDOMNode *pRoot, vmsDownloadSmartPtr dld) |
Definition at line 13 of file DlgExportDownloads.h.
| anonymous enum |
| CDlgExportDownloads::CDlgExportDownloads | ( | CWnd * | pParent = NULL |
) |
Definition at line 19 of file DlgExportDownloads.cpp.
| BOOL CDlgExportDownloads::ExportDownloads_ToURLListFile | ( | LPCSTR | pszFile, | |
| DLDS_LIST * | pvpDlds, | |||
| BOOL | bAppend | |||
| ) | [static] |
Definition at line 185 of file DlgExportDownloads.cpp.
References FALSE, L_CANTOPENFILE, L_ERR, LS, NULL, and TRUE.
Referenced by ExportDownloads().
| BOOL CDlgExportDownloads::ExportDownloads_ToDLInfoListFile | ( | LPCSTR | pszFile, | |
| DLDS_LIST * | pvpDlds, | |||
| BOOL | bAppend | |||
| ) | [static] |
Definition at line 218 of file DlgExportDownloads.cpp.
References ExportDownload_ToXML(), FALSE, NULL, and TRUE.
Referenced by ExportDownloads().
| void CDlgExportDownloads::ExportDownloads | ( | int | iWhich, | |
| BOOL | bNoDone, | |||
| BOOL | bAppend | |||
| ) | [static] |
Definition at line 92 of file DlgExportDownloads.cpp.
References _DldsMgr, _DlgMgr, fsDialogsMgr::DoModal(), ExportDownloads_ToDLInfoListFile(), ExportDownloads_ToURLListFile(), FALSE, fsDownloadsMgr::GetCount(), fsDownloadsMgr::GetDownload(), CDownloads_Tasks::GetItemData(), L_DLINFOLISTFILES, L_URLLISTFILES, LS, CDownloads_Downloads::m_tasks, CDownloadsWnd::m_wndDownloads, NULL, and pos().
Referenced by OnOK().
| void CDlgExportDownloads::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 27 of file DlgExportDownloads.cpp.
| BOOL CDlgExportDownloads::ExportDownload_ToXML | ( | IXMLDOMDocument * | pDoc, | |
| IXMLDOMNode * | pRoot, | |||
| vmsDownloadSmartPtr | dld | |||
| ) | [static, protected] |
Definition at line 268 of file DlgExportDownloads.cpp.
References _DldsGrps, vmsDownloadsGroupsMgr::GetGroupFullName(), NULL, and TRUE.
Referenced by ExportDownloads_ToDLInfoListFile().
| void CDlgExportDownloads::ApplyLanguage | ( | ) | [protected] |
Definition at line 53 of file DlgExportDownloads.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), fsLangMgr::GetStringNP(), IDC__EXPORT, IDC__EXPORTOPTS, IDC_ALL, IDC_ALLINLIST, IDC_APPEND, IDC_NOCOMPLETED, IDC_SELECTED, L_APPENDIFFILEEXISTS, L_CANCEL, L_DONTEXPCOMPLDLDS, L_EXPALLDLDS, L_EXPDLDSINLIST, L_EXPORT, L_EXPORTLISTOFDLDS, L_EXPORTOPTIONS, and L_EXPSELDLDS.
Referenced by OnInitDialog().
| BOOL CDlgExportDownloads::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 40 of file DlgExportDownloads.cpp.
References _App, ApplyLanguage(), fsAppSettings::Export_Append(), fsAppSettings::Export_DontExpCompleted(), fsAppSettings::Export_WhichDlds(), IDC_ALL, IDC_APPEND, IDC_NOCOMPLETED, IDC_SELECTED, and TRUE.
| void CDlgExportDownloads::OnOK | ( | ) | [protected, virtual] |
Definition at line 72 of file DlgExportDownloads.cpp.
References _App, BOOL, fsAppSettings::Export_Append(), fsAppSettings::Export_DontExpCompleted(), fsAppSettings::Export_WhichDlds(), ExportDownloads(), IDC_ALLINLIST, IDC_APPEND, IDC_NOCOMPLETED, and IDC_SELECTED.
1.5.6