25 #ifndef PIXELCOLORCHANGER_H 26 #define PIXELCOLORCHANGER_H 67 #endif // PIXELCOLORCHANGER_H
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:207
virtual ~PixelColorChanger()
Default Destructor.
Definition: PixelColorChanger.cpp:90
bool isConnected
is the widget automatically connected to image picking
Definition: PixelColorChanger.h:65
int sizei
size to draw pixels on i axis
Definition: PixelColorChanger.h:59
int sizej
size to draw pixels on j axis
Definition: PixelColorChanger.h:61
This class describes what is a generic Action extension.
Definition: ActionExtension.h:59
virtual ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition: PixelColorChanger.cpp:95
int sizek
size to draw pixels on k axis
Definition: PixelColorChanger.h:63
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:223
Definition: PixelColorChanger.h:33
int newColorValue
new color given to picked pixel
Definition: PixelColorChanger.h:57
PixelColorChanger(camitk::ActionExtension *)
Default Constructor.
Definition: PixelColorChanger.cpp:36
virtual QWidget * getWidget()
method called when the action when the action is triggered (i.e. started)
Definition: PixelColorChanger.cpp:78