55 QImage paint(
const QSize &imageSize);
60 QImage paint(
int w,
int h);
65 void paint(QPainter &painter,
const QRect &
rect);
72 int totalNumberOfAvailableChannels()
const;
91 void setChannel(
int channel);
106 QColor defaultColor()
const;
112 void setDefaultColor(
const QColor &newDefaultColor);
128 void setScale(qreal newScale);
135 void setScaleToFit();
147 void setScaleToCutLongPeaks();
154 bool isLogarithmic()
const;
161 void setLogarithmic(
bool logarithmic);
165 QScopedPointer<Private>
m_d;