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

    r4271 r8127  
    5252
    5353    virtual void setInterval( Qt::Axis, const QwtInterval & );
    54     void setValueMatrix( const QVector<double> &values, size_t numColumns );
    55    
     54
     55    void setValueMatrix( const QVector<double> &values, int numColumns );
    5656    const QVector<double> valueMatrix() const;
    57     size_t numColumns() const;
    58     size_t numRows() const;
     57
     58    void setValue( int row, int col, double value );
     59
     60    int numColumns() const;
     61    int numRows() const;
    5962
    6063    virtual QRectF pixelHint( const QRectF & ) const;
Note: See TracChangeset for help on using the changeset viewer.