26 #ifndef MULTIPICKINGACTION_H 27 #define MULTIPICKINGACTION_H 67 #endif // MULTIPICKINGACTION_H MultiPicking(camitk::ActionExtension *)
Default Constructor.
Definition: MultiPicking.cpp:37
virtual ApplyStatus apply()
method called when the action is applied (nothing to do here, everything will be done by the widget) ...
Definition: MultiPicking.h:57
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:207
everything went according to plan
Definition: Action.h:224
This action allows the user to store a list of picked pixels.
Definition: MultiPicking.h:42
virtual ~MultiPicking()=default
Default Destructor.
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
MultiPickingWidget * actionWidget
the widget component
Definition: MultiPicking.h:59
virtual QWidget * getWidget()
Returns NULL as this action has no parameters.
Definition: MultiPicking.cpp:48