QXRD  0.11.16
qxrdimageplotzoomer.cpp
Go to the documentation of this file.
1 #include "qxrdimageplotzoomer.h"
2 #include "qxrdimageplot.h"
3 
5  : QcepPlotZoomer(canvas, plot),
6  m_ImagePlot(plot)
7 {
8 }
QxrdImagePlotZoomer(QWidget *canvas, QxrdImagePlot *plot)