Qwt User's Guide  6.1.2
 All Classes Functions Variables Typedefs Enumerations Enumerator Pages
Protected Member Functions | List of all members
QwtAbstractSeriesStore Class Referenceabstract

Bridge between QwtSeriesStore and QwtPlotSeriesItem. More...

#include <qwt_series_store.h>

Inheritance diagram for QwtAbstractSeriesStore:
Inheritance graph
[legend]

Protected Member Functions

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
 

Detailed Description

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.

Member Function Documentation

virtual QRectF QwtAbstractSeriesStore::dataRect ( ) const
protectedpure virtual
virtual size_t QwtAbstractSeriesStore::dataSize ( ) const
protectedpure virtual
virtual void QwtAbstractSeriesStore::setRectOfInterest ( const QRectF &  )
protectedpure virtual