Changeset 9383 in ntrip for trunk/BNC/qwt/qwt_point_mapper.h


Ignore:
Timestamp:
Mar 19, 2021, 9:15:03 AM (3 years ago)
Author:
stoecker
Message:

update to qwt verion 6.1.1 to fix build with newer Qt5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/qwt/qwt_point_mapper.h

    r8127 r9383  
    2323
    2424  QwtPointMapper is a collection of methods and optimizations
    25   for translating a series of points into paint device coordinates. 
    26   It is used by QwtPlotCurve but might also be useful for 
     25  for translating a series of points into paint device coordinates.
     26  It is used by QwtPlotCurve but might also be useful for
    2727  similar plot items displaying a QwtSeriesData<QPointF>.
    2828 */
     
    3030{
    3131public:
    32     /*! 
     32    /*!
    3333      \brief Flags affecting the transformation process
    3434      \sa setFlag(), setFlags()
     
    3939        RoundPoints = 0x01,
    4040
    41         /*! 
     41        /*!
    4242          Try to remove points, that are translated to the
    4343          same position.
     
    4646    };
    4747
    48     /*! 
     48    /*!
    4949      \brief Flags affecting the transformation process
    5050      \sa setFlag(), setFlags()
     
    7777
    7878    QImage toImage( const QwtScaleMap &xMap, const QwtScaleMap &yMap,
    79         const QwtSeriesData<QPointF> *series, int from, int to, 
     79        const QwtSeriesData<QPointF> *series, int from, int to,
    8080        const QPen &, bool antialiased, uint numThreads ) const;
    8181
Note: See TracChangeset for help on using the changeset viewer.