#include "CtrlDownloadTip.h"
Go to the source code of this file.
Defines | |
#define | DLF_ACTIVE 0x01 |
#define | DLF_QUEUED 0x02 |
#define | DLF_SOURCES 0x04 |
#define | DLF_PAUSED 0x08 |
#define | DLF_ALL (DLF_ACTIVE|DLF_QUEUED|DLF_SOURCES|DLF_PAUSED) |
|
Definition at line 113 of file CtrlDownloads.h. Referenced by CDownloadsCtrl::IsFiltered(), CDownloadsWnd::OnDownloadsFilterActive(), CDownloadsWnd::OnUpdateDownloadsFilterActive(), and CRemote::PageDownloads(). |
|
Definition at line 118 of file CtrlDownloads.h. Referenced by CDownloadsWnd::OnDownloadsFilterAll(), and CDownloadsWnd::OnUpdateDownloadsFilterAll(). |
|
Definition at line 116 of file CtrlDownloads.h. Referenced by CDownloadsCtrl::IsFiltered(), CDownloadsWnd::OnDownloadsFilterPaused(), CDownloadsWnd::OnUpdateDownloadsFilterPaused(), and CRemote::PageDownloads(). |
|
Definition at line 114 of file CtrlDownloads.h. Referenced by CDownloadsCtrl::IsFiltered(), CDownloadsWnd::OnDownloadsFilterQueued(), CDownloadsWnd::OnUpdateDownloadsFilterQueued(), and CRemote::PageDownloads(). |
|
Definition at line 115 of file CtrlDownloads.h. Referenced by CDownloadsCtrl::IsFiltered(), CDownloadsWnd::OnDownloadsFilterSources(), CDownloadsWnd::OnUpdateDownloadsFilterSources(), and CRemote::PageDownloads(). |