25 #ifndef ANGLESANDTRANSLATIONACTION_H
26 #define ANGLESANDTRANSLATIONACTION_H
58 virtual bool event(QEvent* e);
61 void resetTransform();
72 void updateTranslation();
#define ARBITRARY_SLICE_API
Definition: ArbitrarySliceAPI.h:8
This action simply display the widget allowing the user to select an angle to orientate the arbitrary...
Definition: AnglesAndTranslationAction.h:42
virtual camitk::Action::ApplyStatus apply()
This method returns always SUCCESS as the action aims at displaying its widget to be used in order to...
Definition: AnglesAndTranslationAction.h:67
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
@ SUCCESS
everything went according to plan
Definition: Action.h:226
virtual QWidget * getWidget()
This method has to be redefined in your Action only if:
Definition: Action.cpp:168
This Component manages the specific case of arbitrary orientation of a sub-component of the image com...
Definition: ArbitrarySingleImageComponent.h:65