24 #ifndef DIGIKAM_EDITOR_ADJUST_LEVELS_TOOL_H
25 #define DIGIKAM_EDITOR_ADJUST_LEVELS_TOOL_H
48 void slotSaveAsSettings()
override;
49 void slotLoadSettings()
override;
50 void slotResetSettings()
override;
51 void slotResetCurrentChannel();
52 void slotAutoLevels();
53 void slotChannelChanged()
override;
54 void slotScaleChanged()
override;
55 void slotAdjustSliders();
56 void slotGammaInputchanged(
double val);
57 void slotAdjustMinInputSpinBox(
double val);
58 void slotAdjustMaxInputSpinBox(
double val);
59 void slotAdjustMinOutputSpinBox(
double val);
60 void slotAdjustMaxOutputSpinBox(
double val);
63 void slotPickerColorButtonActived(
int);
64 void slotShowInputHistogramGuide(
double v);
65 void slotShowOutputHistogramGuide(
double v);
69 void readSettings()
override;
70 void writeSettings()
override;
71 void preparePreview()
override;
72 void prepareFinal()
override;
74 void setPreviewImage()
override;
75 void setFinalImage()
override;
77 void adjustSliders(
int minIn,
double gamIn,
int maxIn,
int minOut,
int maxOut);
78 void adjustSlidersAndSpinboxes(
int minIn,
double gamIn,
int maxIn,
int minOut,
int maxOut);
79 bool eventFilter(QObject*, QEvent*)
override;
Definition: datefolderview.cpp:43