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