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

    r8127 r9383  
    8686
    8787        /*!
    88           The symbol is represented by a painter path, where the 
     88          The symbol is represented by a painter path, where the
    8989          origin ( 0, 0 ) of the path coordinate system is mapped to
    9090          the position of the symbol.
     
    132132
    133133      F.e. the raster paint engine is a pure software renderer
    134       where in cache mode a draw operation usually ends in 
     134      where in cache mode a draw operation usually ends in
    135135      raster operation with the the backing store, that are usually
    136136      faster, than the algorithms for rendering polygons.
     
    142142      \sa setCachePolicy(), cachePolicy()
    143143
    144       \note The policy has no effect, when the symbol is painted 
     144      \note The policy has no effect, when the symbol is painted
    145145            to a vector graphics format ( PDF, SVG ).
    146146      \warning Since Qt 4.8 raster is the default backend on X11
     
    155155        Cache,
    156156
    157         /*! 
     157        /*!
    158158           Use a cache when one of the following conditions is true:
    159159
    160            - The symbol is rendered with the software 
     160           - The symbol is rendered with the software
    161161             renderer ( QPaintEngine::Raster )
    162162         */
     
    176176    void setSize( const QSize & );
    177177    void setSize( int width, int height = -1 );
    178     const QSize& size() const;
     178    const QSize &size() const;
    179179
    180180    void setPinPoint( const QPointF &pos, bool enable = true );
     
    186186    virtual void setColor( const QColor & );
    187187
    188     void setBrush( const QBrush& b );
    189     const QBrush& brush() const;
     188    void setBrush( const QBrush & );
     189    const QBrush &brush() const;
    190190
    191191    void setPen( const QColor &, qreal width = 0.0, Qt::PenStyle = Qt::SolidLine );
    192192    void setPen( const QPen & );
    193     const QPen& pen() const;
     193    const QPen &pen() const;
    194194
    195195    void setStyle( Style );
Note: See TracChangeset for help on using the changeset viewer.