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