QwtIntervalSeriesData - Interface for iterating over an array of intervals.
Contents
Constructor & Destructor Documentation
QwtIntervalSeriesData::QwtIntervalSeriesData(constQVector<QwtIntervalSample>&samples=QVector<QwtIntervalSample>())
Constructor
Parameters:samples Samples
Detailed Description
Interface for iterating over an array of intervals.
Member Function Documentation
QRectFQwtIntervalSeriesData::boundingRect()const[virtual]
Calculate the bounding rectangle. The bounding rectangle is calculated once by iterating over all points
and is stored for all following requests.
Returns:
Bounding rectangle
Implements QwtSeriesData<QwtIntervalSample>.
Name
QwtIntervalSeriesData - Interface for iterating over an array of intervals.
Synopsis
#include <qwt_series_data.h>
Inherits QwtArraySeriesData<QwtIntervalSample>.
PublicMemberFunctionsQwtIntervalSeriesData (const QVector< QwtIntervalSample > &=QVector< QwtIntervalSample >())
virtual QRectF boundingRect () const
Calculate the bounding rectangle.
AdditionalInheritedMembers