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

#include <qxrdcenterfinderpicker.h>

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

Public Member Functions

 QxrdCenterFinderPicker (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 qxrdcenterfinderpicker.h.

Constructor & Destructor Documentation

QxrdCenterFinderPicker::QxrdCenterFinderPicker ( QxrdImagePlot plot)

Definition at line 7 of file qxrdcenterfinderpicker.cpp.

8  : QxrdImagePlotMeasurer(plot -> canvas(), plot),
9  m_Plot(plot)
10 {
11  setTrackerMode(QwtPicker::AlwaysOn);
12  setStateMachine(new QwtPickerDragPointMachine());
13  setRubberBand(QwtPicker::CrossRubberBand);
14 }
QxrdImagePlotMeasurer(QWidget *canvas, QxrdImagePlot *plot)

Member Data Documentation

QxrdImagePlot* QxrdCenterFinderPicker::m_Plot
private

Definition at line 12 of file qxrdcenterfinderpicker.h.


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