logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

QwtIntervalSeriesData - Interface for iterating over an array of intervals.

Author

       Generated automatically by Doxygen for Qwt User's Guide from the source code.

Version 6.1.4                                    Wed Jan 2 2019                         QwtIntervalSeriesData(3)

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

See Also