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/qwtpolar/qwt_polar_curve.h

    r4272 r8127  
    5858        In the default setting all attributes are off.
    5959
    60         \sa setLegendAttribute(), testLegendAttribute(),
    61             drawLegendIdentifier()
     60        \sa setLegendAttribute(), testLegendAttribute()
    6261     */
    6362
     
    101100    CurveStyle style() const;
    102101
    103     void setSymbol( const QwtSymbol * );
     102    void setSymbol( QwtSymbol * );
    104103    const QwtSymbol *symbol() const;
    105104
     
    116115        const QPointF &pole, int from, int to ) const;
    117116
    118     virtual void updateLegend( QwtLegend * ) const;
    119117    virtual QwtInterval boundingInterval( int scaleId ) const;
    120118
    121     virtual void drawLegendIdentifier( QPainter *, const QRectF & ) const;
     119    virtual QwtGraphic legendIcon( int index, const QSizeF & ) const;
    122120
    123121protected:
Note: See TracChangeset for help on using the changeset viewer.