#include "DownloadProperties_ProxyPage.h"#include "DownloadProperties_ProtocolPage.h"#include "list.h"#include "DownloadProperties_ConnectionPage.h"#include "DownloadProperties_GeneralPage.h"#include "DownloadProperties_MiscPage.h"#include "DownloadProperties_MirrorsPage.h"#include "DownloadProperties_IntegrityPage.h"Go to the source code of this file.
Classes | |
| class | CDownloadPropertiesSheet |
Defines | |
| #define | AFX_DOWNLOADPROPERTYSHEET_H__62605145_E319_476F_B224_92B1E5315E79__INCLUDED_ |
| #define | DPS_SHP_GENERAL 1 |
| #define | DPS_SHP_MIRRORS 2 |
| #define | DPS_SHP_CONNECTION 4 |
| #define | DPS_SHP_PROTOCOL 8 |
| #define | DPS_SHP_PROXY 16 |
| #define | DPS_SHP_MISC 32 |
| #define | DPS_SHP_INTEGRITY 64 |
| #define | DPS_SHP_NETWORKPAGES (DPS_SHP_PROTOCOL|DPS_SHP_PROXY|DPS_SHP_CONNECTION) |
| #define | DPS_SHP_NOGENERALNOMIRR (DPS_SHP_NETWORKPAGES|DPS_SHP_MISC|DPS_SHP_INTEGRITY) |
| #define | DPS_SHP_NOGENERAL (DPS_SHP_MIRRORS|DPS_SHP_NOGENERALNOMIRR|DPS_SHP_INTEGRITY) |
| #define | DPS_SHP_ALL (DPS_SHP_GENERAL|DPS_SHP_NOGENERAL) |
| #define AFX_DOWNLOADPROPERTYSHEET_H__62605145_E319_476F_B224_92B1E5315E79__INCLUDED_ |
Definition at line 7 of file DownloadPropertiesSheet.h.
| #define DPS_SHP_ALL (DPS_SHP_GENERAL|DPS_SHP_NOGENERAL) |
Definition at line 33 of file DownloadPropertiesSheet.h.
Referenced by CDownloadsWnd::OnDownloadProperties().
| #define DPS_SHP_CONNECTION 4 |
Definition at line 24 of file DownloadPropertiesSheet.h.
Referenced by CDownloadPropertiesSheet::Init().
| #define DPS_SHP_GENERAL 1 |
Definition at line 22 of file DownloadPropertiesSheet.h.
Referenced by CDownloadPropertiesSheet::Init().
| #define DPS_SHP_INTEGRITY 64 |
Definition at line 28 of file DownloadPropertiesSheet.h.
Referenced by CDownloadPropertiesSheet::Init().
| #define DPS_SHP_MIRRORS 2 |
Definition at line 23 of file DownloadPropertiesSheet.h.
Referenced by CDownloadPropertiesSheet::Init(), and CCreateDownloadDlg::OnMirrors().
| #define DPS_SHP_MISC 32 |
Definition at line 27 of file DownloadPropertiesSheet.h.
Referenced by CDownloadPropertiesSheet::Init().
| #define DPS_SHP_NETWORKPAGES (DPS_SHP_PROTOCOL|DPS_SHP_PROXY|DPS_SHP_CONNECTION) |
Definition at line 30 of file DownloadPropertiesSheet.h.
| #define DPS_SHP_NOGENERAL (DPS_SHP_MIRRORS|DPS_SHP_NOGENERALNOMIRR|DPS_SHP_INTEGRITY) |
Definition at line 32 of file DownloadPropertiesSheet.h.
| #define DPS_SHP_NOGENERALNOMIRR (DPS_SHP_NETWORKPAGES|DPS_SHP_MISC|DPS_SHP_INTEGRITY) |
Definition at line 31 of file DownloadPropertiesSheet.h.
Referenced by CCreateDownloadsDlg::OnAdvanced(), CCreateDownloadListDlg::OnAdvanced(), CCreateDownloadDlg::OnAdvanced(), CCreateBatchDownload::OnAdvanced(), and CDownloadsWnd::OnDownloadDefProperties().
| #define DPS_SHP_PROTOCOL 8 |
Definition at line 25 of file DownloadPropertiesSheet.h.
Referenced by CDownloadPropertiesSheet::Init(), and CUrlWithLoginDlg::OnAdvanced().
| #define DPS_SHP_PROXY 16 |
Definition at line 26 of file DownloadPropertiesSheet.h.
Referenced by CDownloadPropertiesSheet::Init(), and CUrlWithLoginDlg::OnAdvanced().
1.5.6