Changeset 8127 in ntrip for trunk/BNC/qwt/qwt_plot_rescaler.h


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/qwt/qwt_plot_rescaler.h

    r4271 r8127  
    1616#include <qobject.h>
    1717
    18 class QwtPlotCanvas;
    1918class QwtPlot;
    2019class QResizeEvent;
     
    2322    \brief QwtPlotRescaler takes care of fixed aspect ratios for plot scales
    2423
    25     QwtPlotRescaler autoadjusts the axes of a QwtPlot according
     24    QwtPlotRescaler auto adjusts the axes of a QwtPlot according
    2625    to fixed aspect ratios.
    2726*/
     
    4645
    4746        /*!
    48           The interval of the reference axis will be shrinked/expanded,
     47          The interval of the reference axis will be shrunk/expanded,
    4948          when the geometry of the canvas changes. All other axes
    5049          will be adjusted according to their aspect ratio.
     
    7877    };
    7978
    80     explicit QwtPlotRescaler( QwtPlotCanvas *,
     79    explicit QwtPlotRescaler( QWidget *canvas,
    8180        int referenceAxis = QwtPlot::xBottom,
    8281        RescalePolicy = Expanding );
     
    104103    QwtInterval intervalHint( int axis ) const;
    105104
    106     QwtPlotCanvas *canvas();
    107     const QwtPlotCanvas *canvas() const;
     105    QWidget *canvas();
     106    const QWidget *canvas() const;
    108107
    109108    QwtPlot *plot();
Note: See TracChangeset for help on using the changeset viewer.