QXRD  0.11.16
qxrdhistogramselector.cpp
Go to the documentation of this file.
2 #include "qwt_picker_machine.h"
3 
5  QcepPlotMeasurer(canvas, plot)
6 {
7  setTrackerMode(QwtPicker::AlwaysOn);
8  setStateMachine(new QwtPickerDragRectMachine());
9  setRubberBand(QwtPicker::RectRubberBand);
10 }
QxrdHistogramSelector(QWidget *canvas, QcepPlot *plot)