QwtAbstractSeriesStore
Bridge between QwtSeriesStore and QwtPlotSeriesItem.
- Provided by: libqwt-doc (Version: 6.1.4-1.1build1)
- Source: qwt
- Report a bug
Bridge between QwtSeriesStore and QwtPlotSeriesItem.
#include <qwt_series_store.h>
Inherited by QwtPlotSeriesItem [virtual], QwtSeriesStore< T > [virtual], QwtSeriesStore< QPointF > [virtual], QwtSeriesStore< QwtIntervalSample > [virtual], QwtSeriesStore< QwtOHLCSample > [virtual], QwtSeriesStore< QwtPoint3D > [virtual], and QwtSeriesStore< QwtSetSample > [virtual].
virtual ~QwtAbstractSeriesStore ()
Destructor. virtual void dataChanged ()=0
dataChanged() indicates, that the series has been changed. virtual void
setRectOfInterest (const QRectF &)=0
virtual QRectF dataRect () const =0
virtual size_t dataSize () const =0
Bridge between QwtSeriesStore and QwtPlotSeriesItem.
QwtAbstractSeriesStore is an abstract interface only to make it possible to isolate the template based methods ( QwtSeriesStore ) from the regular methods ( QwtPlotSeriesItem ) to make it possible to derive from QwtPlotSeriesItem without any hassle with templates.
Returns:
Implemented in QwtSeriesStore< T >, QwtSeriesStore< QwtIntervalSample >, QwtSeriesStore< QwtOHLCSample >, QwtSeriesStore< QPointF >, QwtSeriesStore< QwtSetSample >, and QwtSeriesStore< QwtPoint3D >.
Returns:
Implemented in QwtSeriesStore< T >, QwtSeriesStore< QwtIntervalSample >, QwtSeriesStore< QwtOHLCSample >, QwtSeriesStore< QPointF >, QwtSeriesStore< QwtSetSample >, and QwtSeriesStore< QwtPoint3D >.
Set a the 'rectangle of interest' for the stored series
See also:
Implemented in QwtSeriesStore< T >, QwtSeriesStore< QwtIntervalSample >, QwtSeriesStore< QwtOHLCSample >, QwtSeriesStore< QPointF >, QwtSeriesStore< QwtSetSample >, and QwtSeriesStore< QwtPoint3D >.
Generated automatically by Doxygen for Qwt User's Guide from the source code.