#include <BtDldSheet.h>
Public Member Functions | |
| CBtDldSheet (UINT nIDCaption, CWnd *pParentWnd=NULL, UINT iSelectPage=0) | |
| CBtDldSheet (LPCTSTR pszCaption, CWnd *pParentWnd=NULL, UINT iSelectPage=0) | |
| BOOL | IsNeedUpdateTasks () |
| void | Init (DLDS_LIST *pvDlds, DWORD dwPages=BTDS_ALL) |
| virtual | ~CBtDldSheet () |
Public Attributes | |
| CBtDld_Misc | m_misc |
| CBtDld_General | m_general |
Definition at line 19 of file BtDldSheet.h.
Definition at line 18 of file BtDldSheet.cpp.
Definition at line 24 of file BtDldSheet.cpp.
| CBtDldSheet::~CBtDldSheet | ( | ) | [virtual] |
Definition at line 30 of file BtDldSheet.cpp.
| BOOL CBtDldSheet::IsNeedUpdateTasks | ( | ) |
Definition at line 51 of file BtDldSheet.cpp.
References CBtDld_General::m_bNeedUpdateTasks, and m_general.
Referenced by CDownloadsWnd::OnBtDownloadProperties().
| void CBtDldSheet::Init | ( | DLDS_LIST * | pvDlds, | |
| DWORD | dwPages = BTDS_ALL | |||
| ) |
Definition at line 40 of file BtDldSheet.cpp.
References BTDS_GENERAL_PAGE, BTDS_MISC_PAGE, m_general, m_misc, CBtDld_Misc::m_pvDlds, and CBtDld_General::m_pvDlds.
Referenced by CCreateDownloadFromTorrentFileDlg::OnAdvanced(), and CDownloadsWnd::OnBtDownloadProperties().
1.5.6