QXRD  0.11.16
Public Member Functions | List of all members
QxrdHistogramSelector Class Reference

#include <qxrdhistogramselector.h>

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

Public Member Functions

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

Detailed Description

Definition at line 6 of file qxrdhistogramselector.h.

Constructor & Destructor Documentation

QxrdHistogramSelector::QxrdHistogramSelector ( QWidget *  canvas,
QcepPlot plot 
)
explicit

Definition at line 4 of file qxrdhistogramselector.cpp.

4  :
5  QcepPlotMeasurer(canvas, plot)
6 {
7  setTrackerMode(QwtPicker::AlwaysOn);
8  setStateMachine(new QwtPickerDragRectMachine());
9  setRubberBand(QwtPicker::RectRubberBand);
10 }
QcepPlotMeasurer(QWidget *canvas, QcepPlotPtr plot)

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