Public Member Functions | |
ActionType | actionType () const |
DataType | dataType () const |
QString | description () const |
QString | name () const |
Private Member Functions | |
void | execute () |
void | execute (const domain::StorableData *) |
bool | userIsValid () const |
Definition at line 10 of file taskupdater.h.
ControllerInterface::ActionType TaskUpdater::actionType | ( | ) | const [virtual] |
Returns the action type of the controller
Implements control::ControllerInterface.
Definition at line 28 of file taskupdater.cpp.
ControllerInterface::DataType TaskUpdater::dataType | ( | ) | const [virtual] |
Returns the data type on which the controller acts
Implements control::ControllerInterface.
Definition at line 33 of file taskupdater.cpp.
QString TaskUpdater::description | ( | ) | const [virtual] |
Returns the description of the controller
Implements control::ControllerInterface.
Definition at line 23 of file taskupdater.cpp.
void TaskUpdater::execute | ( | const domain::StorableData * | data | ) | [private, virtual] |
Executes a use case for a given object
data | Data that has to be executed |
Reimplemented from control::ControllerInterface.
Definition at line 78 of file taskupdater.cpp.
void TaskUpdater::execute | ( | ) | [private, virtual] |
Executes a whole use case
Implements control::ControllerInterface.
Definition at line 48 of file taskupdater.cpp.
QString TaskUpdater::name | ( | ) | const [virtual] |
Returns the name of the controller
Implements control::ControllerInterface.
Definition at line 38 of file taskupdater.cpp.