Changeset 8127 in ntrip for trunk/BNC/qwt/qwt_plot_panner.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_panner.h

    r4271 r8127  
    1414#include "qwt_panner.h"
    1515
    16 class QwtPlotCanvas;
    1716class QwtPlot;
    1817
     
    2019  \brief QwtPlotPanner provides panning of a plot canvas
    2120
    22   QwtPlotPanner is a panner for a QwtPlotCanvas, that
     21  QwtPlotPanner is a panner for a plot canvas, that
    2322  adjusts the scales of the axes after dropping
    2423  the canvas on its new position.
     
    3534
    3635public:
    37     explicit QwtPlotPanner( QwtPlotCanvas * );
     36    explicit QwtPlotPanner( QWidget * );
    3837    virtual ~QwtPlotPanner();
    3938
    40     QwtPlotCanvas *canvas();
    41     const QwtPlotCanvas *canvas() const;
     39    QWidget *canvas();
     40    const QWidget *canvas() const;
    4241
    4342    QwtPlot *plot();
     
    5251protected:
    5352    virtual QBitmap contentsMask() const;
     53    virtual QPixmap grab() const;
    5454
    5555private:
Note: See TracChangeset for help on using the changeset viewer.