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

    r8127 r9383  
    4040    {
    4141        /*!
    42           The title of vertical scales is painted from top to bottom. 
     42          The title of vertical scales is painted from top to bottom.
    4343          Otherwise it is painted from bottom to top.
    4444         */
     
    6565    bool testLayoutFlag( LayoutFlag ) const;
    6666
    67     void setBorderDist( int start, int end );
     67    void setBorderDist( int dist1, int dist2 );
    6868    int startBorderDist() const;
    6969    int endBorderDist() const;
     
    7777    int margin() const;
    7878
    79     void setSpacing( int td );
     79    void setSpacing( int );
    8080    int spacing() const;
    8181
    82     void setScaleDiv( const QwtScaleDiv &sd );
     82    void setScaleDiv( const QwtScaleDiv & );
    8383    void setTransformation( QwtTransform * );
    8484
     
    120120    virtual void resizeEvent( QResizeEvent * );
    121121
    122     void draw( QPainter *p ) const;
     122    void draw( QPainter * ) const;
    123123
    124124    void scaleChange();
    125     void layoutScale( bool update = true );
     125    void layoutScale( bool update_geometry = true );
    126126
    127127private:
Note: See TracChangeset for help on using the changeset viewer.