#include "Bittorrent\fdmbtsupp\vmsBtDownload.h"#include "fsTicksMgr.h"#include "vmsDownloadMgrEx.h"Go to the source code of this file.
| #define AFX_VMSBTDOWNLOADMANAGER_H__8322A330_304D_470C_BCD6_15403F57E210__INCLUDED_ |
Definition at line 7 of file vmsBtDownloadManager.h.
| #define BTDF_DISABLE_SEEDING (1 << 5) |
Definition at line 22 of file vmsBtDownloadManager.h.
Referenced by vmsBtDownloadManager::_threadBtDownloadManager(), vmsBtDownloadManager::_threadCheckStartSeeding(), vmsBtDownloadManager::EnableSeeding(), vmsBtDownloadManager::LoadState(), CDownloads_Tasks::UpdateMenu(), and vmsBtDownloadManager::vmsBtDownloadManager().
| #define BTDF_GENERATE_DESC_FILE (1 << 2) |
Definition at line 19 of file vmsBtDownloadManager.h.
Referenced by CDownloadsWnd::CreateBtDownloadFromFile(), vmsDownloadMgrEx::IsDescriptionFileShouldBeGenerated(), CBtDld_Misc::OnApply(), fsDownloadsMgr::OnDldDone_CheckDownloadIsBittorrent(), and CBtDld_Misc::OnInitDialog().
| #define BTDF_IGNORE_ALL_RESTRICTIONS (1 << 4) |
Definition at line 21 of file vmsBtDownloadManager.h.
Referenced by fsDownloadsMgr::OnDldDone_CheckDownloadIsBittorrent().
| #define BTDF_LAUNCH_WHEN_DONE 1 |
Definition at line 17 of file vmsBtDownloadManager.h.
Referenced by CDownloadsWnd::CreateBtDownloadFromFile(), vmsDownloadMgrEx::IsLaunchWhenDone(), CBtDld_Misc::OnApply(), fsDownloadsMgr::OnDldDone_CheckDownloadIsBittorrent(), CBtDld_Misc::OnInitDialog(), and vmsDownloadMgrEx::set_LaunchWhenDone().
| #define BTDF_LAUNCH_WHEN_DONE_NO_CONFIRM (1 << 1) |
Definition at line 18 of file vmsBtDownloadManager.h.
Referenced by vmsDownloadMgrEx::IsDontConfirmLaunchWhenDone().
| #define BTDF_RESERVE_DISK_SPACE (1 << 3) |
Definition at line 20 of file vmsBtDownloadManager.h.
Referenced by vmsBtDownloadManager::CreateBtDownload(), CDownloadsWnd::CreateBtDownloadFromFile(), CBtDld_Misc::OnApply(), fsDownloadsMgr::OnDldDone_CheckDownloadIsBittorrent(), and CBtDld_Misc::OnInitDialog().
| typedef DWORD(* fntBtDownloadManagerEventHandler)(class vmsBtDownloadManager *, vmsBtDownloadManagerEvent, DWORD, LPVOID) |
Definition at line 35 of file vmsBtDownloadManager.h.
| BTDME_CHECKING_FILES | |
| BTDME_ALLOCATING | |
| BTDME_DOWNLOAD_STARTED | |
| BTDME_DOWNLOADING | |
| BTDME_DOWNLOAD_STOPPED_OR_DONE | |
| BTDME_ALLOCATION_FAILED | |
| BTDME_SEEDING |
Definition at line 24 of file vmsBtDownloadManager.h.
| enum vmsBtDownloadStateEx |
| BTDSE_QUEUED | |
| BTDSE_CHECKING_FILES | |
| BTDSE_CONNECTING_TRACKER | |
| BTDSE_DOWNLOADING | |
| BTDSE_FINISHED | |
| BTDSE_SEEDING | |
| BTDSE_ALLOCATING | |
| BTDSE_STOPPED |
Definition at line 37 of file vmsBtDownloadManager.h.
1.5.6