Class template for plot items representing a series of samples.
#include <qwt_plot_seriesitem.h>
Inherits QwtPlotAbstractSeriesItem.
QwtPlotSeriesItem (const QString &title=QString::null)
QwtPlotSeriesItem (const QwtText &title)
virtual ~QwtPlotSeriesItem ()
void setData (QwtSeriesData< T > *)
QwtSeriesData< T > * data ()
const QwtSeriesData< T > * data () const
size_t dataSize () const
T sample (int index) const
virtual QRectF boundingRect () const
virtual void updateScaleDiv (const QwtScaleDiv &, const QwtScaleDiv &)
QwtSeriesData< T > * d_series
Class template for plot items representing a series of samples.
Parameters:
title Title of the series item
Parameters:
title Title of the series item
Destructor.
Bounding rectangle of the data. If there is no bounding rect, like for empty data the rectangle is invalid.
See also:
QwtSeriesData<T>::boundingRect(), QRectF::isValid()
Reimplemented from QwtPlotItem.
Reimplemented in QwtPlotHistogram, and QwtPlotIntervalCurve.
the the curve data
the the curve data
See also:
setData()
index Index
Returns:
Sample at position index
Parameters:
data Data
Warning:
The item takes ownership of the data object, deleting it when its not used anymore.
Parameters:
xScaleDiv Scale division of the x-axis
yScaleDiv Scale division of the y-axis
See also:
QwtSeriesData<T>::setRectOfInterest()
Reimplemented from QwtPlotItem.
Series.
Generated automatically by Doxygen for Qwt User's Guide from the source code.