 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
25 #ifndef IMAGELUTACTION_H
26 #define IMAGELUTACTION_H
55 #endif // IMAGELUTACTION_H
ImageLutAction(camitk::ActionExtension *)
the constructor
Definition: ImageLutAction.cpp:38
virtual QWidget * getWidget()
this method creates and returns the widget containing the user interface for the action
Definition: ImageLutAction.cpp:47
void setFamily(QString family)
the name of the family in which this action is associated
Definition: Action.cpp:128
virtual ApplyStatus apply()
method called when the action is applied (nothing to do here, everything will be done by the widget)
Definition: ImageLutAction.cpp:60
ApplyStatus
Definition: Action.h:244
void setName(QString name)
Definition: Action.cpp:112
void setComponent(QString component)
the name of the component class that can be used by this action
Definition: Action.cpp:123
QWidget * actionWidget
the action widget
Definition: Action.h:471
const ComponentList getTargets() const
the currently selected and valid (regarding the component property) components, for which this action...
Definition: Action.cpp:158
void addTag(QString tag)
add a tag to the tags list of this action
Definition: Action.cpp:133
Action class is an abstract class that enables you to build a action (generally on a component)....
Definition: Action.h:228
virtual ~ImageLutAction()=default
the destructor
void setDescription(QString description)
the description of the action
Definition: Action.cpp:118
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:80
The lut action itself. It only display its widget.
Definition: ImageLutAction.h:37
Definition: Action.cpp:36