25 #ifndef SETANGLESACTION_H 26 #define SETANGLESACTION_H 65 #endif // SETANGLESACTION_H virtual ApplyStatus apply()
This method returns always SUCCESS as the action aims at displaying its widget to be used in order to...
Definition: SetAnglesAction.h:59
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
virtual QWidget * getWidget()
Return the arbitrary slice angles setter widget.
Definition: SetAnglesAction.cpp:52
This action simply display the widget allowing the user to select an angle to orientate the arbitrary...
Definition: SetAnglesAction.h:40
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
SetAnglesAction(camitk::ActionExtension *)
Default Constructor.
Definition: SetAnglesAction.cpp:30
virtual ~SetAnglesAction()
Default Destructor.
Definition: SetAnglesAction.cpp:48