26 #ifndef DIGIKAM_EDITOR_RATIO_CROP_TOOL_H
27 #define DIGIKAM_EDITOR_RATIO_CROP_TOOL_H
53 void readSettings()
override;
54 void writeSettings()
override;
56 void finalRendering()
override;
57 void updateCropInfo();
58 void applyRatioChanges(
int a);
59 void blockWidgetSignals(
bool b);
60 void setRatioCBText(
int orientation);
61 void setInputRange(
const QRect& rect);
62 void setBackgroundColor(
const QColor& bg)
override;
63 QRect getNormalizedRegion()
const;
67 void slotMaxAspectRatio();
68 void slotResetSelection();
69 void slotResetSettings()
override;
71 void slotCenterWidth();
72 void slotCenterHeight();
73 void slotXChanged(
int x);
74 void slotYChanged(
int y);
75 void slotWidthChanged(
int w);
76 void slotHeightChanged(
int h);
77 void slotCustomRatioChanged();
78 void slotCustomNRatioChanged(
int a);
79 void slotCustomDRatioChanged(
int a);
80 void slotPreciseCropChanged(
bool a);
81 void slotOrientChanged(
int o);
82 void slotAutoOrientChanged(
bool a);
83 void slotRatioChanged(
int a);
84 void slotSelectionChanged(
const QRect&);
85 void slotSelectionOrientationChanged(
int);
86 void slotGuideTypeChanged(
int t);
87 void slotGoldenGuideTypeChanged();
Definition: datefolderview.cpp:43