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