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