#include <fsDldFilter.h>

Public Member Functions | |
| virtual fsDldFilterType | GetType () |
| virtual BOOL | IsSatisfies (vmsDownloadSmartPtr dld) |
| fsDldFilter () | |
| virtual | ~fsDldFilter () |
Definition at line 19 of file fsDldFilter.h.
| fsDldFilter::fsDldFilter | ( | ) |
Definition at line 19 of file fsDldFilter.cpp.
| fsDldFilter::~fsDldFilter | ( | ) | [virtual] |
Definition at line 24 of file fsDldFilter.cpp.
| fsDldFilterType fsDldFilter::GetType | ( | ) | [virtual] |
Reimplemented in fsDldGroupFilter.
Definition at line 140 of file fsDldFilter.cpp.
References DFT_NONE.
Referenced by CDownloads_Groups::IsGroupItem(), CDownloads_Groups::OnGrpcreate(), CDownloads_Groups::OnGrpproperties(), and CDownloads_Groups::OnSelchanged().
| BOOL fsDldFilter::IsSatisfies | ( | vmsDownloadSmartPtr | dld | ) | [virtual] |
Reimplemented in fsDldGroupFilter, fsDldRunningFilter, fsDldDoneFilter, fsDldTasksFilter, fsDldStoppedFilter, and fsDldScheduledFilter.
Definition at line 29 of file fsDldFilter.cpp.
References TRUE.
Referenced by CDownloadsWnd::_Events(), CDownloads_Groups::ApplyNotGroupFilterForDownload(), CDownloadsWnd::CreateDownloads(), CDownloadsWnd::FilterDownloads2(), CDownloadsWnd::SelectDownload(), and CDownloadsWnd::ShowDownloads().
1.5.6