QXRD  0.11.16
qxrdimageplotzoomer.h
Go to the documentation of this file.
1 #ifndef QXRDIMAGEPLOTZOOMER_H
2 #define QXRDIMAGEPLOTZOOMER_H
3 
4 #include "qcepplotzoomer.h"
5 #include "qxrdimageplot.h"
6 
8 {
9  Q_OBJECT
10 
11 public:
12  QxrdImagePlotZoomer(QWidget *canvas, QxrdImagePlot *plot);
13 
14 private:
16 };
17 
18 #endif // QXRDIMAGEPLOTZOOMER_H
QxrdImagePlot * m_ImagePlot
QxrdImagePlotZoomer(QWidget *canvas, QxrdImagePlot *plot)