Changeset 9383 in ntrip for trunk/BNC/qwt/qwt_plot_renderer.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_plot_renderer.h

    r8127 r9383  
    6161        DiscardFooter           = 0x10,
    6262
    63         /*! 
     63        /*!
    6464            Don't render the frame of the canvas
    6565
     
    128128#endif
    129129
    130     void renderTo( QwtPlot *, QPaintDevice &p ) const;
     130    void renderTo( QwtPlot *, QPaintDevice & ) const;
    131131
    132132    virtual void render( QwtPlot *,
    133         QPainter *, const QRectF &rect ) const;
     133        QPainter *, const QRectF &plotRect ) const;
    134134
    135135    virtual void renderTitle( const QwtPlot *,
    136         QPainter *, const QRectF & ) const;
     136        QPainter *, const QRectF &titleRect ) const;
    137137
    138138    virtual void renderFooter( const QwtPlot *,
    139         QPainter *, const QRectF & ) const;
     139        QPainter *, const QRectF &footerRect ) const;
    140140
    141141    virtual void renderScale( const QwtPlot *, QPainter *,
    142142        int axisId, int startDist, int endDist,
    143         int baseDist, const QRectF & ) const;
     143        int baseDist, const QRectF &scaleRect ) const;
    144144
    145145    virtual void renderCanvas( const QwtPlot *,
     
    147147        const QwtScaleMap* maps ) const;
    148148
    149     virtual void renderLegend( 
    150         const QwtPlot *, QPainter *, const QRectF & ) const;
     149    virtual void renderLegend(
     150        const QwtPlot *, QPainter *, const QRectF &legendRect ) const;
    151151
    152152    bool exportTo( QwtPlot *, const QString &documentName,
Note: See TracChangeset for help on using the changeset viewer.