#include <DownloadGroup.h>
Public Member Functions | |
CDownloadGroup () | |
virtual | ~CDownloadGroup () |
void | Add (CDownload *pDownload) |
void | Remove (CDownload *pDownload) |
void | SetCookie (int nCookie) |
void | CopyList (CPtrList *pList) |
BOOL | Link (CDownload *pDownload) |
int | LinkAll () |
void | AddFilter (LPCTSTR pszFilter) |
void | SetSchema (LPCTSTR pszURI) |
void | Serialize (CArchive &ar, int nVersion) |
POSITION | GetIterator () const |
CDownload * | GetNext (POSITION &pos) const |
BOOL | Contains (CDownload *pDownload) const |
int | GetCount () const |
Public Attributes | |
CString | m_sName |
CString | m_sSchemaURI |
CString | m_sFolder |
CStringList | m_pFilters |
int | m_nImage |
BOOL | m_bRemoteSelected |
Protected Attributes | |
CPtrList | m_pDownloads |
|
Definition at line 44 of file DownloadGroup.cpp. References m_bRemoteSelected, m_nImage, and SHI_FOLDER_OPEN. |
|
Definition at line 50 of file DownloadGroup.cpp. |
|
Definition at line 57 of file DownloadGroup.cpp. References DownloadGroups, CDownloadGroups::m_nBaseCookie, m_pDownloads, and NULL. Referenced by CDownloadTabBar::DropObjects(), Link(), CDownloadGroups::Serialize(), and Serialize(). |
|
Definition at line 139 of file DownloadGroup.cpp. References m_pFilters. Referenced by CDownloadGroups::CreateDefault(). |
|
Definition at line 70 of file DownloadGroup.h. References m_pDownloads, and NULL. Referenced by CDownloadGroups::GetCompletedPath(), and CRemote::PageDownloads(). |
|
Definition at line 89 of file DownloadGroup.cpp. References GetIterator(), and GetNext(). Referenced by CDownloadTabBar::GetSelectedDownloads(). |
|
Definition at line 75 of file DownloadGroup.h. References m_pDownloads. Referenced by Serialize(), and CDownloadTabBar::TabItem::Update(). |
|
Definition at line 60 of file DownloadGroup.h. References m_pDownloads. Referenced by CopyList(), Serialize(), and SetCookie(). |
|
Definition at line 65 of file DownloadGroup.h. References m_pDownloads. Referenced by CopyList(), Serialize(), and SetCookie(). |
|
Definition at line 100 of file DownloadGroup.cpp. References Add(), m_pFilters, and CQuerySearch::WordMatch(). Referenced by CDownloadGroups::Link(), and LinkAll(). |
|
Definition at line 122 of file DownloadGroup.cpp. References Downloads, CDownloads::GetIterator(), CDownloads::GetNext(), Link(), and m_pFilters. Referenced by CDownloadTabBar::OnDownloadGroupNew(). |
|
Definition at line 66 of file DownloadGroup.cpp. References DownloadGroups, CDownloadGroups::m_nBaseCookie, and m_pDownloads. Referenced by CDownloadGroups::Unlink(). |
|
Definition at line 164 of file DownloadGroup.cpp. References Add(), Downloads, CDownloads::FindBySID(), GetCount(), GetIterator(), GetNext(), m_pFilters, m_sFolder, m_sName, m_sSchemaURI, and SetSchema(). Referenced by CDownloadGroups::Serialize(). |
|
Definition at line 78 of file DownloadGroup.cpp. References GetIterator(), and GetNext(). Referenced by CDownloadTabBar::TabItem::Update(). |
|
Definition at line 147 of file DownloadGroup.cpp. References CSchemaCache::Get(), m_nImage, m_sSchemaURI, SchemaCache, and SHI_FOLDER_OPEN. Referenced by CDownloadGroups::CreateDefault(), CDownloadGroupDlg::OnOK(), and Serialize(). |
|
Definition at line 44 of file DownloadGroup.h. Referenced by CDownloadGroup(), and CRemote::PageDownloads(). |
|
Definition at line 43 of file DownloadGroup.h. Referenced by CDownloadGroup(), SetSchema(), and CDownloadTabBar::TabItem::Update(). |
|
Definition at line 36 of file DownloadGroup.h. Referenced by Add(), Contains(), GetCount(), GetIterator(), GetNext(), and Remove(). |
|
Definition at line 41 of file DownloadGroup.h. Referenced by AddFilter(), Link(), LinkAll(), CDownloadGroupDlg::OnInitDialog(), CDownloadGroupDlg::OnOK(), and Serialize(). |
|
Definition at line 40 of file DownloadGroup.h. Referenced by CDownloadGroups::GetCompletedPath(), CDownloadGroupDlg::OnInitDialog(), CDownloadGroupDlg::OnOK(), and Serialize(). |
|
Definition at line 38 of file DownloadGroup.h. Referenced by CDownloadGroups::Add(), CDownloadGroupDlg::OnInitDialog(), CDownloadGroupDlg::OnOK(), CRemote::PageDownloads(), Serialize(), and CDownloadTabBar::TabItem::Update(). |
|
Definition at line 39 of file DownloadGroup.h. Referenced by CDownloadGroupDlg::OnInitDialog(), Serialize(), and SetSchema(). |