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

QwtPointSeriesData - Interface for iterating over an array of points.

Author

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

Version 6.1.4                                    Wed Jan 2 2019                            QwtPointSeriesData(3)

Constructor & Destructor Documentation

QwtPointSeriesData::QwtPointSeriesData(constQVector<QPointF>&samples=QVector<QPointF>())
       Constructor

       Parameters:samples Samples

Detailed Description

       Interface for iterating over an array of points.

Member Function Documentation

QRectFQwtPointSeriesData::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<QPointF>.

Name

       QwtPointSeriesData - Interface for iterating over an array of points.

Synopsis

       #include <qwt_series_data.h>

       Inherits QwtArraySeriesData<QPointF>.

   PublicMemberFunctionsQwtPointSeriesData (const QVector< QPointF > &=QVector< QPointF >())
       virtual QRectF boundingRect () const
           Calculate the bounding rectangle.

   AdditionalInheritedMembers

See Also