QXRD
0.11.16
|
#include <qxrdhistogramplot.h>
Public Member Functions | |
QxrdHistogramPlot (QWidget *parent=0) | |
void | init (QxrdHistogramPlotSettingsWPtr settings) |
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 () |
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 7 of file qxrdhistogramplot.h.
|
explicit |
Definition at line 3 of file qxrdhistogramplot.cpp.
void QxrdHistogramPlot::init | ( | QxrdHistogramPlotSettingsWPtr | settings | ) |
Definition at line 8 of file qxrdhistogramplot.cpp.
References QcepPlot::init(), and QcepPlot::m_Legend.