QXRD  0.11.16
Public Member Functions | Private Attributes | List of all members
QxrdPlotSlicer Class Reference

#include <qxrdplotslicer.h>

Inheritance diagram for QxrdPlotSlicer:
Inheritance graph
[legend]
Collaboration diagram for QxrdPlotSlicer:
Collaboration graph
[legend]

Public Member Functions

 QxrdPlotSlicer (QWidget *canvas, QxrdImagePlot *plot)
 
- Public Member Functions inherited from QxrdImagePlotMeasurer
 QxrdImagePlotMeasurer (QWidget *canvas, QxrdImagePlot *plot)
 
- Public Member Functions inherited from QcepPlotMeasurer
 QcepPlotMeasurer (QWidget *canvas, QcepPlotPtr plot)
 
virtual QwtText trackerTextF (const QPointF &pos) const
 

Private Attributes

QxrdImagePlotm_Plot
 

Detailed Description

Definition at line 6 of file qxrdplotslicer.h.

Constructor & Destructor Documentation

QxrdPlotSlicer::QxrdPlotSlicer ( QWidget *  canvas,
QxrdImagePlot plot 
)

Definition at line 6 of file qxrdplotslicer.cpp.

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 }
QxrdImagePlot * m_Plot
QxrdImagePlotMeasurer(QWidget *canvas, QxrdImagePlot *plot)

Member Data Documentation

QxrdImagePlot* QxrdPlotSlicer::m_Plot
private

Definition at line 14 of file qxrdplotslicer.h.


The documentation for this class was generated from the following files: