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