|
ReactOS 0.4.17-dev-243-g1369312
|


Public Types | |
| enum | { WM_ISCANCELLED = WM_APP , WM_SETSTATUS , WM_GETINSTANCE , WM_GETNEXT } |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Static Public Member Functions | |
| static CDownloadManager * | CreateInstanceHelper (UINT Flags) |
| static BOOL | CreateInstance (BOOL Modal, CComPtr< CDownloadManager > &Obj) |
| static CDownloadManager * | FindInstance () |
| static INT_PTR CALLBACK | DlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static unsigned int CALLBACK | ThreadFunc (void *ThreadParam) |
Static Public Member Functions inherited from ATL::CComCoClass< CDownloadManager, &CLSID_NULL > | |
| static LPCTSTR WINAPI | GetObjectDescription () |
Static Public Member Functions inherited from ATL::CComObjectRootBase | |
| static void WINAPI | ObjectMain (bool) |
| static const struct _ATL_CATMAP_ENTRY * | GetCategoryMap () |
| static HRESULT WINAPI | InternalQueryInterface (void *pThis, const _ATL_INTMAP_ENTRY *pEntries, REFIID iid, void **ppvObject) |
Protected Attributes | |
| HWND | m_hDlg |
| UINT | m_Threads |
| UINT | m_Index |
| BOOL | m_bCancelled |
| BOOL | m_bModal |
| UINT | m_fDaf = 0 |
| WCHAR | m_szCaptionFmt [100] |
| ATL::CSimpleArray< DownloadInfo > | m_List |
| CDowloadingAppsListView | m_ListView |
| CDownloaderProgress | m_ProgressBar |
Additional Inherited Members | |
Public Attributes inherited from ATL::CComObjectRootBase | |
| LONG | m_dwRef |
Definition at line 473 of file loaddlg.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| WM_ISCANCELLED | |
| WM_SETSTATUS | |
| WM_GETINSTANCE | |
| WM_GETNEXT | |
Definition at line 479 of file loaddlg.cpp.
|
inline |
Definition at line 486 of file loaddlg.cpp.
| void CDownloadManager::Add | ( | const DownloadInfo & | Info | ) |
Definition at line 578 of file loaddlg.cpp.
Referenced by Add().
|
inlinestatic |
Definition at line 509 of file loaddlg.cpp.
Referenced by DownloadApplicationsDB(), and DownloadListOfApplications().
|
inlinestatic |
Definition at line 489 of file loaddlg.cpp.
Referenced by CreateInstance().
|
static |
Definition at line 632 of file loaddlg.cpp.
|
inlinestatic |
Definition at line 519 of file loaddlg.cpp.
Referenced by CreateInstanceHelper().
|
inline |
Definition at line 527 of file loaddlg.cpp.
Referenced by PerformDownloadAndInstall().
|
inline |
| void CDownloadManager::PerformDownloadAndInstall | ( | const DownloadInfo & | Info | ) |
Definition at line 767 of file loaddlg.cpp.
Referenced by ThreadFunc().
Definition at line 646 of file loaddlg.cpp.
Referenced by DlgProc().
| void CDownloadManager::Show | ( | ) |
Definition at line 616 of file loaddlg.cpp.
| void CDownloadManager::StartWorkerThread | ( | ) |
Definition at line 566 of file loaddlg.cpp.
Referenced by RealDlgProc().
Definition at line 751 of file loaddlg.cpp.
Referenced by StartWorkerThread().
Definition at line 745 of file loaddlg.cpp.
Referenced by PerformDownloadAndInstall().
|
protected |
Definition at line 556 of file loaddlg.cpp.
Referenced by RealDlgProc().
|
protected |
Definition at line 557 of file loaddlg.cpp.
Referenced by RealDlgProc(), and Show().
|
protected |
Definition at line 558 of file loaddlg.cpp.
Referenced by IsSilentDialog().
|
protected |
Definition at line 553 of file loaddlg.cpp.
Referenced by Add(), IsCancelled(), PerformDownloadAndInstall(), RealDlgProc(), Show(), and ThreadFunc().
|
protected |
Definition at line 555 of file loaddlg.cpp.
Referenced by RealDlgProc().
|
protected |
Definition at line 560 of file loaddlg.cpp.
Referenced by Add(), and RealDlgProc().
|
protected |
Definition at line 561 of file loaddlg.cpp.
Referenced by Add(), and RealDlgProc().
|
protected |
Definition at line 562 of file loaddlg.cpp.
Referenced by PerformDownloadAndInstall(), RealDlgProc(), and UpdateProgress().
|
protected |
Definition at line 559 of file loaddlg.cpp.
Referenced by PerformDownloadAndInstall(), and RealDlgProc().
|
protected |
Definition at line 554 of file loaddlg.cpp.