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

    r8127 r9383  
    124124        Rtti_PlotZone,
    125125
    126         /*! 
     126        /*!
    127127           Values >= Rtti_PlotUserItem are reserved for plot items
    128128           not implemented in the Qwt library.
     
    135135
    136136       Various aspects of a plot widget depend on the attributes of
    137        the attached plot items. If and how a single plot item 
     137       the attached plot items. If and how a single plot item
    138138       participates in these updates depends on its attributes.
    139        
     139
    140140       \sa setItemAttribute(), testItemAttribute(), ItemInterest
    141141     */
     
    154154        /*!
    155155           The item needs extra space to display something outside
    156            its bounding rectangle. 
     156           its bounding rectangle.
    157157           \sa getCanvasMarginHint()
    158158         */
     
    175175    enum ItemInterest
    176176    {
    177         /*! 
     177        /*!
    178178           The item is interested in updates of the scales
    179179           \sa updateScaleDiv()
     
    181181        ScaleInterest = 0x01,
    182182
    183         /*! 
     183        /*!
    184184           The item is interested in updates of the legend ( of other items )
    185185           This flag is intended for items, that want to implement a legend
     
    269269    virtual QRectF boundingRect() const;
    270270
    271     virtual void getCanvasMarginHint( 
     271    virtual void getCanvasMarginHint(
    272272        const QwtScaleMap &xMap, const QwtScaleMap &yMap,
    273         const QRectF &canvasSize,
     273        const QRectF &canvasRect,
    274274        double &left, double &top, double &right, double &bottom) const;
    275275
    276     virtual void updateScaleDiv( 
     276    virtual void updateScaleDiv(
    277277        const QwtScaleDiv&, const QwtScaleDiv& );
    278278
Note: See TracChangeset for help on using the changeset viewer.