25 #ifndef PIXELCOLORCHANGER_H
26 #define PIXELCOLORCHANGER_H
56 void connectViewerInteraction();
59 void disconnectViewerInteraction();
Definition: PixelColorChanger.h:33
PixelColorChanger(camitk::ActionExtension *)
Default Constructor.
Definition: PixelColorChanger.cpp:37
int newColorValue
new color given to picked pixel
Definition: PixelColorChanger.h:63
int sizek
size to draw pixels on k axis
Definition: PixelColorChanger.h:69
bool isConnected
is the widget automatically connected to image picking
Definition: PixelColorChanger.h:71
virtual QWidget * getWidget()
method called when the action when the action is triggered (i.e. started)
Definition: PixelColorChanger.cpp:85
virtual camitk::Action::ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition: PixelColorChanger.cpp:91
virtual ~PixelColorChanger()
Default Destructor.
Definition: PixelColorChanger.cpp:80
int sizei
size to draw pixels on i axis
Definition: PixelColorChanger.h:65
int sizej
size to draw pixels on j axis
Definition: PixelColorChanger.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