QWT API (English) 7.3.0
Qt Widget Library for Technical Applications - English API Documentation
Loading...
Searching...
No Matches
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:
QwtSeriesStore< QPointF > QwtSeriesStore< QwtBoxSample > QwtSeriesStore< QwtIntervalSample > QwtSeriesStore< QwtSetSample > QwtSeriesStore< QwtPoint3D > QwtSeriesStore< QwtOHLCSample > QwtSeriesStore< QwtVectorFieldSample > QwtPlotSeriesItem QwtSeriesStore< T >

Protected Member Functions

virtual void dataChanged ()=0
 dataChanged() indicates, that the series has been changed.
 
virtual void setRectOfInterest (const QRectF &)=0
 Set a the "rectangle of interest" for the stored series.
 
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

◆ dataChanged()

virtual void QwtAbstractSeriesStore::dataChanged ( )
protectedpure virtual

dataChanged() indicates, that the series has been changed.

Implemented in QwtPlotSeriesItem, and QwtPlotVectorField.

◆ dataRect()

virtual QRectF QwtAbstractSeriesStore::dataRect ( ) const
protectedpure virtual

◆ dataSize()

virtual size_t QwtAbstractSeriesStore::dataSize ( ) const
protectedpure virtual

◆ setRectOfInterest()

virtual void QwtAbstractSeriesStore::setRectOfInterest ( const QRectF &  )
protectedpure virtual

The documentation for this class was generated from the following file: