47 void setData(
const QUrl& url=QUrl(),
48 const QRect& selectionArea = QRect(),
49 DImg*
const img=
nullptr);
51 void setSelection(
const QRect& selectionArea);
53 void readSettings(
const KConfigGroup& group);
54 void writeSettings(KConfigGroup& group);
58 void loadImageFromUrl(
const QUrl& url);
59 void updateInformation();
60 void updateStatistics();
65 void slotRefreshOptions();
66 void slotHistogramComputationFailed();
67 void slotChannelChanged();
68 void slotScaleChanged();
69 void slotRenderingChanged(
int rendering);
70 void slotMinValueChanged(
int);
71 void slotMaxValueChanged(
int);
73 void slotUpdateInterval(
int min,
int max);
74 void slotUpdateIntervalFromRGB(
int min,
int max);
75 void slotUpdateIntervRange(
int range);
84 Private*
const d =
nullptr;