26 #ifndef SELECT_LAST_INSTANCIATED_ACTION_H 27 #define SELECT_LAST_INSTANCIATED_ACTION_H 61 #endif // SELECT_LAST_INSTANCIATED_ACTION_H virtual ApplyStatus apply()
apply the action select the last instantiated component
Definition: SelectLastInstanciatedAction.cpp:52
SelectLastInstanciatedAction(camitk::ActionExtension *)
Default Constructor.
Definition: SelectLastInstanciatedAction.cpp:34
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:207
virtual ~SelectLastInstanciatedAction()=default
Default Destructor.
This class describes what is a generic Action extension.
Definition: ActionExtension.h:59
virtual QWidget * getWidget()
Returns NULL: no widget at all for this action.
Definition: SelectLastInstanciatedAction.cpp:47
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:223
Save the current selected component.
Definition: SelectLastInstanciatedAction.h:43