

Public Member Functions | |
| StopAction () | |
| String | getName () |
Protected Member Functions | |
| String | iconResource () |
| void | performCapability (GPNode node, Capability capability) |
Action for stopping something. Associated with the StopCapability.
| cern::gp::actions::StopAction::StopAction | ( | ) | [inline] |
| String cern::gp::actions::StopAction::getName | ( | ) | [inline] |
Human presentable name of the action. This should be presented as an item in a menu.
Reimplemented from cern::gp::actions::support::BeanAction.
| String cern::gp::actions::StopAction::iconResource | ( | ) | [inline, protected] |
Returns the pathname of the icon to use to display this action
Reimplemented from cern::gp::actions::support::BeanAction.
| void cern::gp::actions::StopAction::performCapability | ( | GPNode | node, | |
| Capability | capability | |||
| ) | [inline, protected, virtual] |
Performs the capability for the given node.
| node | the node for which the capability is performed | |
| capability | the capability to perform |
Implements cern::gp::actions::support::BeanAction.
References cern::gp::capabilities::StopCapability::stop().
1.6.2