

Public Member Functions | |
| ActionType | actionType () const |
| DataType | dataType () const |
| QString | description () const |
| QString | name () const |
Private Member Functions | |
| void | execute () |
| bool | userIsValid () const |
Definition at line 9 of file projectassigner.h.
| ControllerInterface::ActionType ProjectAssigner::actionType | ( | ) | const [virtual] |
Returns the action type of the controller
Implements control::ControllerInterface.
Definition at line 15 of file projectassigner.cpp.
| ControllerInterface::DataType ProjectAssigner::dataType | ( | ) | const [virtual] |
Returns the data type on which the controller acts
Implements control::ControllerInterface.
Definition at line 20 of file projectassigner.cpp.
| QString ProjectAssigner::description | ( | ) | const [virtual] |
Returns the description of the controller
Implements control::ControllerInterface.
Definition at line 25 of file projectassigner.cpp.
| void ProjectAssigner::execute | ( | ) | [private, virtual] |
Executes a whole use case
Implements control::ControllerInterface.
Definition at line 35 of file projectassigner.cpp.

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