Public Member Functions | |
String | getName () |
HelpCtx | getHelpCtx () |
abstract void | performAction () |
Protected Member Functions | |
String | iconResource () |
Subclasses should overwrite the following methods in order to provide custom name and icon (if not overwritten a generic name and icon will be used) :
getName
iconResource
Subclasses must overwrite the following abstract methods :
The action can be attached to any menu or button.
|
Help context where to find more about the action.
Reimplemented in cern::gp::actions::MainLauncherAction.
|
|
Human presentable name of the action. This should be presented as an item in a menu.
Reimplemented in cern::gp::actions::MainLauncherAction.
|
|
Returns the pathname of the icon to use to display this action
|
|
Performs the action for the given nodes.
Implemented in cern::gp::actions::MainLauncherAction.
|