Public Member Functions | |
QString | description () const |
bool | applyFocus (QList< domain::Task * > *tasks) |
Definition at line 9 of file deadlinefocus.h.
bool DeadlineFocus::applyFocus | ( | QList< domain::Task * > * | tasks | ) | [virtual] |
Filters the given tasks.
Implements control::FocusInterface.
Definition at line 18 of file deadlinefocus.cpp.
QString DeadlineFocus::description | ( | ) | const [virtual] |
Returns the description of this focus strategy, as to be shown to the user.
Implements control::FocusInterface.
Definition at line 8 of file deadlinefocus.cpp.