QXRD
0.11.16
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qxrd
source
qxrdcenterfinderpicker.cpp
Go to the documentation of this file.
1
#include "
qxrdcenterfinderpicker.h
"
2
#include "
qxrdcenterfinderdialog.h
"
3
#include "
qxrdimageplot.h
"
4
#include "
qxrdrasterdata.h
"
5
#include "qwt_picker_machine.h"
6
7
QxrdCenterFinderPicker::QxrdCenterFinderPicker
(
QxrdImagePlot
*plot)
8
:
QxrdImagePlotMeasurer
(plot -> canvas(), plot),
9
m_Plot
(plot)
10
{
11
setTrackerMode(QwtPicker::AlwaysOn);
12
setStateMachine(
new
QwtPickerDragPointMachine());
13
setRubberBand(QwtPicker::CrossRubberBand);
14
}
qxrdrasterdata.h
qxrdcenterfinderpicker.h
QxrdCenterFinderPicker::m_Plot
QxrdImagePlot * m_Plot
Definition:
qxrdcenterfinderpicker.h:12
QxrdImagePlot
Definition:
qxrdimageplot.h:30
qxrdimageplot.h
qxrdcenterfinderdialog.h
QxrdCenterFinderPicker::QxrdCenterFinderPicker
QxrdCenterFinderPicker(QxrdImagePlot *plot)
Definition:
qxrdcenterfinderpicker.cpp:7
QxrdImagePlotMeasurer
Definition:
qxrdimageplotmeasurer.h:7
Generated by
1.8.10