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