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_spectrocurve.h

    r4271 r8127  
    2222           mapped to a color.
    2323*/
    24 class QWT_EXPORT QwtPlotSpectroCurve: public QwtPlotSeriesItem<QwtPoint3D>
     24class QWT_EXPORT QwtPlotSpectroCurve:
     25    public QwtPlotSeriesItem, QwtSeriesStore<QwtPoint3D>
    2526{
    2627public:
     
    4647
    4748    void setSamples( const QVector<QwtPoint3D> & );
     49    void setSamples( QwtSeriesData<QwtPoint3D> * );
     50
    4851
    4952    void setColorMap( QwtColorMap * );
Note: See TracChangeset for help on using the changeset viewer.