QXRD
0.11.16
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qxrd
source
submodules
qceplib
qceplib-base
qcepplotzoomer.h
Go to the documentation of this file.
1
#ifndef QCEPPLOTZOOMER_H
2
#define QCEPPLOTZOOMER_H
3
4
#include <qwt_plot_zoomer.h>
5
#include "
qcepplot.h
"
6
7
class
QcepPlotZoomer
:
public
QwtPlotZoomer
8
{
9
Q_OBJECT
10
11
public
:
12
QcepPlotZoomer
(QWidget *canvas,
QcepPlot
*plot);
13
14
public
:
15
virtual
QwtText
trackerTextF
(
const
QPointF &pos)
const
;
16
17
private
:
18
QcepPlot
*
m_Plot
;
19
};
20
21
#endif // QCEPPLOTZOOMER_H
QcepPlotZoomer::QcepPlotZoomer
QcepPlotZoomer(QWidget *canvas, QcepPlot *plot)
Definition:
qcepplotzoomer.cpp:3
qcepplot.h
QcepPlotZoomer
Definition:
qcepplotzoomer.h:7
QcepPlot
Definition:
qcepplot.h:15
QcepPlotZoomer::m_Plot
QcepPlot * m_Plot
Definition:
qcepplotzoomer.h:18
QcepPlotZoomer::trackerTextF
virtual QwtText trackerTextF(const QPointF &pos) const
Definition:
qcepplotzoomer.cpp:11
Generated by
1.8.10