73 QColor defaultColor()
const;
89 bool isLogarithmic()
const;
100 void setChannel(
int channel,
int histogramIndex = 0);
110 void setChannels(
const QVector<int> &channels,
int histogramIndex = 0);
115 void clearChannels();
121 void setDefaultColor(
const QColor &newDefaultColor);
129 void setScale(qreal newScale);
139 void setScaleToFit();
151 void setScaleToCutLongPeaks();
158 void setLogarithmic(
bool logarithmic);
161 void paintEvent(QPaintEvent *e)
override;
162 void mouseDoubleClickEvent(QMouseEvent *e)
override;
163 void mousePressEvent(QMouseEvent *e)
override;
164 void mouseMoveEvent(QMouseEvent *e)
override;
168 QScopedPointer<Private>
m_d;