|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
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:136
virtual camitk::Action::ApplyStatus apply()
method called when the action is applied (nothing to do here, everything will be done by the widget)
Definition: ImageLutAction.cpp:64
ApplyStatus
Definition: Action.h:247
void setName(QString name)
Definition: Action.cpp:120
void setComponent(QString component)
the name of the component class that can be used by this action
Definition: Action.cpp:131
QWidget * actionWidget
the action widget
Definition: Action.h:480
The manager of the Image Volume data. An image volume data has no concrete 3D representation,...
Definition: ImageComponent.h:77
const ComponentList getTargets() const
the currently selected and valid (regarding the component property) components, for which this action...
Definition: Action.cpp:166
void addTag(QString tag)
add a tag to the tags list of this action
Definition: Action.cpp:141
Action class is an abstract class that enables you to build a action (generally on a component)....
Definition: Action.h:231
virtual ~ImageLutAction()=default
the destructor
void setDescription(QString description)
the description of the action
Definition: Action.cpp:126
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:38
Definition: Action.cpp:35