#include <fsDldFilter.h>

Public Member Functions | |
| void | SetTimeRange (FILETIME tFrom, FILETIME tTo) |
| const FILETIME * | Get_TFrom () const |
| const FILETIME * | Get_TTo () const |
| virtual BOOL | IsSatisfies (fsDLHistoryRecord *rec) |
| fsDldHistRecFilter_Custom () | |
| virtual | ~fsDldHistRecFilter_Custom () |
Protected Attributes | |
| FILETIME | m_tFrom |
| FILETIME | m_tTo |
Definition at line 136 of file fsDldFilter.h.
| fsDldHistRecFilter_Custom::fsDldHistRecFilter_Custom | ( | ) |
Definition at line 200 of file fsDldFilter.cpp.
| fsDldHistRecFilter_Custom::~fsDldHistRecFilter_Custom | ( | ) | [virtual] |
Definition at line 205 of file fsDldFilter.cpp.
Definition at line 283 of file fsDldFilter.cpp.
References m_tFrom, and m_tTo.
Referenced by CDownloads_Groups::CDownloads_Groups(), CDownloads_Groups::CustomizeHistoryFilter(), and fsFindDownloadMgr::IsSatisfies().
| const FILETIME* fsDldHistRecFilter_Custom::Get_TFrom | ( | ) | const [inline] |
Definition at line 140 of file fsDldFilter.h.
References m_tFrom.
Referenced by CDownloads_Groups::CustomizeHistoryFilter().
| const FILETIME* fsDldHistRecFilter_Custom::Get_TTo | ( | ) | const [inline] |
Definition at line 141 of file fsDldFilter.h.
References m_tTo.
Referenced by CDownloads_Groups::CustomizeHistoryFilter().
| BOOL fsDldHistRecFilter_Custom::IsSatisfies | ( | fsDLHistoryRecord * | rec | ) | [virtual] |
Reimplemented from fsDldHistRecFilter.
Definition at line 210 of file fsDldFilter.cpp.
References CompareFileTime(), fsDLHistoryRecord::dateAdded, FALSE, m_tFrom, m_tTo, and TRUE.
Referenced by fsFindDownloadMgr::IsSatisfies().
FILETIME fsDldHistRecFilter_Custom::m_tFrom [protected] |
Definition at line 148 of file fsDldFilter.h.
Referenced by Get_TFrom(), IsSatisfies(), and SetTimeRange().
FILETIME fsDldHistRecFilter_Custom::m_tTo [protected] |
Definition at line 148 of file fsDldFilter.h.
Referenced by Get_TTo(), IsSatisfies(), and SetTimeRange().
1.5.6