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 taskdetailsshower.h.
ControllerInterface::ActionType TaskDetailsShower::actionType | ( | ) | const [virtual] |
Returns the action type of the controller
Implements control::ControllerInterface.
Definition at line 11 of file taskdetailsshower.cpp.
ControllerInterface::DataType TaskDetailsShower::dataType | ( | ) | const [virtual] |
Returns the data type on which the controller acts
Implements control::ControllerInterface.
Definition at line 16 of file taskdetailsshower.cpp.
QString TaskDetailsShower::description | ( | ) | const [virtual] |
Returns the description of the controller
Implements control::ControllerInterface.
Definition at line 21 of file taskdetailsshower.cpp.
void TaskDetailsShower::execute | ( | ) | [private, virtual] |
Executes a whole use case
Implements control::ControllerInterface.
Definition at line 26 of file taskdetailsshower.cpp.
QString TaskDetailsShower::name | ( | ) | const [virtual] |
Returns the name of the controller
Implements control::ControllerInterface.
Definition at line 67 of file taskdetailsshower.cpp.