25#ifndef PIXELCOLORCHANGER_H
26#define PIXELCOLORCHANGER_H
Definition PixelColorChanger.h:33
int newColorValue
new color given to picked pixel
Definition PixelColorChanger.h:57
int sizek
size to draw pixels on k axis
Definition PixelColorChanger.h:63
bool isConnected
is the widget automatically connected to image picking
Definition PixelColorChanger.h:65
virtual QWidget * getWidget()
method called when the action when the action is triggered (i.e. started)
Definition PixelColorChanger.cpp:84
virtual camitk::Action::ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition PixelColorChanger.cpp:98
virtual ~PixelColorChanger()
Default Destructor.
Definition PixelColorChanger.cpp:79
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:57
Action class is an abstract class that enables you to build a action (generally on a component).
Definition Action.h:208
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method)
Definition Action.h:224