27 #ifndef ImageLutWidget_H
28 #define ImageLutWidget_H
34 #include "ui_ImageLutWidget.h"
74 void levelSliderChanged(
int);
77 void levelSpinBoxChanged(
double);
80 void windowSliderChanged(
int);
83 void windowSpinBoxChanged(
double);
86 void invertButtonClicked();
95 virtual void resetLUT();
98 void binComboBoxChanged(QString);
114 void initLevel(
double value);
117 void initWindow(
double value);
120 void blockAllSignals(
bool);
129 void updateGradient();
132 void updateBinComboBox();
141 bool setColor(QString whichColor, QColor newColor);
151 Ui::ui_ImageLutWidget ui;
163 QMap<camitk::ImageComponent*, ImageLutModel*> allModels;
The class HistogramGraphicsRectItem defines the histogram graphics item and is required to manage the...
Definition: HistogramGraphicsRectItem.h:43
The class ImageLutModel model the histogram of a given vtkImageData.
Definition: ImageLutModel.h:46
The manager of the Image Volume data.
Definition: ImageComponent.h:77