

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 *data) |
| bool | userIsValid () const |
Definition at line 20 of file taskmodifier.h.
| ControllerInterface::ActionType TaskModifier::actionType | ( | ) | const [virtual] |
Returns the action type of the controller
Implements control::ControllerInterface.
Definition at line 21 of file taskmodifier.cpp.
| ControllerInterface::DataType TaskModifier::dataType | ( | ) | const [virtual] |
Returns the data type on which the controller acts
Implements control::ControllerInterface.
Definition at line 26 of file taskmodifier.cpp.
| QString TaskModifier::description | ( | ) | const [virtual] |
Returns the description of the controller
Implements control::ControllerInterface.
Definition at line 31 of file taskmodifier.cpp.
| void TaskModifier::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 88 of file taskmodifier.cpp.

| void TaskModifier::execute | ( | ) | [private, virtual] |
Executes a whole use case
Implements control::ControllerInterface.
Definition at line 46 of file taskmodifier.cpp.

| QString TaskModifier::name | ( | ) | const [virtual] |
Returns the name of the controller
Implements control::ControllerInterface.
Definition at line 36 of file taskmodifier.cpp.
1.6.3