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

#include <qxrdimageplotzoomer.h>

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

Public Member Functions

 QxrdImagePlotZoomer (QWidget *canvas, QxrdImagePlot *plot)
 
- Public Member Functions inherited from QcepPlotZoomer
 QcepPlotZoomer (QWidget *canvas, QcepPlot *plot)
 
virtual QwtText trackerTextF (const QPointF &pos) const
 

Private Attributes

QxrdImagePlotm_ImagePlot
 

Detailed Description

Definition at line 7 of file qxrdimageplotzoomer.h.

Constructor & Destructor Documentation

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

Definition at line 4 of file qxrdimageplotzoomer.cpp.

5  : QcepPlotZoomer(canvas, plot),
6  m_ImagePlot(plot)
7 {
8 }
QxrdImagePlot * m_ImagePlot
QcepPlotZoomer(QWidget *canvas, QcepPlot *plot)

Member Data Documentation

QxrdImagePlot* QxrdImagePlotZoomer::m_ImagePlot
private

Definition at line 15 of file qxrdimageplotzoomer.h.


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