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

    r8127 r9383  
    2323   heavy repaint operation of the widget below.
    2424
    25    F.e. in combination with the plot canvas an overlay 
    26    avoid replots as the content of the canvas can be restored from 
     25   F.e. in combination with the plot canvas an overlay
     26   avoid replots as the content of the canvas can be restored from
    2727   its backing store.
    2828
     
    3333   - maskHint()
    3434
    35    Internally QwtPlotPicker uses overlays for displaying 
     35   Internally QwtPlotPicker uses overlays for displaying
    3636   the rubber band and the tracker text.
    3737
     
    4747       the masked regions of the overlay only. Otherwise
    4848       Qt triggers full repaints. On less powerful hardware
    49        ( f.e embedded systems ) - or when using the raster paint 
     49       ( f.e embedded systems ) - or when using the raster paint
    5050       engine on a remote desktop - bit blitting is a noticeable
    5151       operation, that needs to be avoided.
    52        
    53        If and how to mask depends on how expensive the calculation 
     52
     53       If and how to mask depends on how expensive the calculation
    5454       of the mask is and how many pixels can be excluded by the mask.
    5555
     
    6666           \brief Use maskHint() as mask
    6767
    68            For many situations a fast approximation is good enough 
     68           For many situations a fast approximation is good enough
    6969           and it is not necessary to build a more detailed mask
    7070           ( f.e the bounding rectangle of a text ).
     
    7878           and the mask needs to be calculated by drawing the overlay
    7979           and testing the result.
    80          
     80
    8181           When a valid maskHint() is available
    8282           only pixels inside this approximation are checked.
Note: See TracChangeset for help on using the changeset viewer.