25#ifndef ANGLESANDTRANSLATIONACTION_H
26#define ANGLESANDTRANSLATIONACTION_H
58 virtual bool event(QEvent* e);
72 void updateTranslation();
#define ARBITRARY_SLICE_API
Definition ArbitrarySliceAPI.h:8
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
virtual bool event(QEvent *e)
manage change in the action parameters (angles and slice number)
Definition AnglesAndTranslationAction.cpp:182
void resetTransform()
reset transform to identity
Definition AnglesAndTranslationAction.cpp:166
AnglesAndTranslationAction(camitk::ActionExtension *)
Default Constructor.
Definition AnglesAndTranslationAction.cpp:43
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 an algorithm that wor...
Definition Action.h:215
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method)
Definition Action.h:231
@ SUCCESS
everything went according to plan
Definition Action.h:232
virtual QWidget * getWidget()
This method has to be redefined in your Action only if:
Definition Action.cpp:178
This Component manages the specific case of arbitrary orientation of a sub-component of the image com...
Definition ArbitrarySingleImageComponent.h:89