Ignore:
Timestamp:
May 10, 2017, 3:20:54 PM (7 years ago)
Author:
stoecker
Message:

update qwt and qwtpolar, many QT5 fixes (unfinished)

File:
1 edited

Legend:

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

    r4271 r8127  
    1515
    1616class QRegion;
    17 class QwtPlotAbstractSeriesItem;
     17class QwtPlotSeriesItem;
    1818
    1919/*!
     
    5555
    5656        /*!
    57           When FullRepaint is set the plot canvas is explicitely repainted
     57          When FullRepaint is set the plot canvas is explicitly repainted
    5858          after the samples have been rendered.
    5959         */
     
    6464          has to paint to the backing store and the widget. In certain
    6565          situations/environments it might be faster to paint to
    66           the backing store only and then copy the backingstore to the canvas.
     66          the backing store only and then copy the backing store to the canvas.
    6767          This flag can also be useful for settings, where Qt fills the
    6868          the clip region with the widget background.
     
    8686    QRegion clipRegion() const;
    8787
    88     void drawSeries( QwtPlotAbstractSeriesItem *, int from, int to );
     88    void drawSeries( QwtPlotSeriesItem *, int from, int to );
    8989    void reset();
    9090
Note: See TracChangeset for help on using the changeset viewer.