26 #ifndef DELETELASTINSTANCIATEDACTION_H
27 #define DELETELASTINSTANCIATEDACTION_H
55 #endif // DELETELASTINSTANCIATEDACTION_H
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:184
virtual ApplyStatus apply()
apply the action select the last instanciated component
Remove the last top-level selected component (if several top level components were selected...
Definition: RemoveLastInstanciatedAction.h:38
RemoveLastInstanciatedAction(camitk::ActionExtension *)
Default Constructor.
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
virtual ~RemoveLastInstanciatedAction()
Default Destructor.
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:196
virtual QWidget * getWidget()
Returns NULL: no widget at all for this action.