QXRD
0.11.16
|
#include <qxrddistortioncorrectionplot.h>
Public Member Functions | |
QxrdDistortionCorrectionPlot (QWidget *parent=0) | |
void | init (QcepPlotSettingsWPtr settings) |
void | setWindow (QxrdWindow *win) |
Public Member Functions inherited from QcepPlot | |
QcepPlot (QWidget *parent=0) | |
virtual | ~QcepPlot () |
void | init (QcepPlotSettingsWPtr settings) |
void | setPlotCurveStyle (int index, QwtPlotCurve *curve) |
virtual QwtText | trackerTextF (const QPointF &pos) |
void | contextMenuEvent (QContextMenuEvent *event) |
void | updateZoomer () |
Private Attributes | |
QcepObjectNamer | m_ObjectNamer |
QxrdWindow * | m_Window |
QxrdDataProcessorWPtr | m_DataProcessor |
QxrdDistortionCorrectionWPtr | m_DistortionCorrection |
bool | m_FirstTime |
Additional Inherited Members | |
Public Slots inherited from QcepPlot | |
virtual void | autoScale () |
void | printGraph () |
void | zoomIn () |
void | zoomOut () |
void | enableZooming () |
void | enableMeasuring () |
virtual void | onLegendClicked (const QVariant &itemInfo, int index) |
virtual void | onLegendChecked (const QVariant &itemInfo, bool on, int index) |
void | setXAxisLog (bool isLog) |
void | setYAxisLog (bool isLog) |
void | setX2AxisLog (bool isLog) |
void | setY2AxisLog (bool isLog) |
void | setLogAxis (int axis, int isLog) |
int | logAxis (int axis) |
Protected Attributes inherited from QcepPlot | |
QcepPlotSettingsWPtr | m_PlotSettings |
QwtLegend * | m_Legend |
QwtPlotZoomer * | m_Zoomer |
QwtPlotPanner * | m_Panner |
QwtPlotMagnifier * | m_Magnifier |
QcepPlotMeasurerPtr | m_Measurer |
int | m_IsLog [QwtPlot::axisCnt] |
Definition at line 13 of file qxrddistortioncorrectionplot.h.
|
explicit |
Definition at line 4 of file qxrddistortioncorrectionplot.cpp.
void QxrdDistortionCorrectionPlot::init | ( | QcepPlotSettingsWPtr | settings | ) |
Definition at line 14 of file qxrddistortioncorrectionplot.cpp.
References QcepPlot::init(), and QcepPlot::m_Legend.
void QxrdDistortionCorrectionPlot::setWindow | ( | QxrdWindow * | win | ) |
Definition at line 23 of file qxrddistortioncorrectionplot.cpp.
References m_DataProcessor, m_DistortionCorrection, and m_Window.
|
private |
Definition at line 28 of file qxrddistortioncorrectionplot.h.
Referenced by setWindow().
|
private |
Definition at line 29 of file qxrddistortioncorrectionplot.h.
Referenced by setWindow().
|
private |
Definition at line 30 of file qxrddistortioncorrectionplot.h.
|
private |
Definition at line 26 of file qxrddistortioncorrectionplot.h.
|
private |
Definition at line 27 of file qxrddistortioncorrectionplot.h.
Referenced by setWindow().