QXRD
0.11.16
|
#include <qxrdacquisitionextrainputsplot.h>
Public Slots | |
void | setNChannels (int nch) |
void | plotChannel (int ch, int i0, int i1, QcepDoubleVector x, QcepDoubleVector y) |
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) |
Public Member Functions | |
QxrdAcquisitionExtraInputsPlot (QWidget *parent=0) | |
void | init (QcepPlotSettingsWPtr 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 () |
Private Attributes | |
QVector< QwtPlotCurve * > | m_RawData |
QVector< QwtPlotCurve * > | m_Selections |
QVector< QColor > | m_Colors |
Additional Inherited Members | |
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 9 of file qxrdacquisitionextrainputsplot.h.
|
explicit |
Definition at line 4 of file qxrdacquisitionextrainputsplot.cpp.
References m_Colors.
void QxrdAcquisitionExtraInputsPlot::init | ( | QcepPlotSettingsWPtr | settings | ) |
Definition at line 18 of file qxrdacquisitionextrainputsplot.cpp.
References QcepPlot::init(), and QcepPlot::m_Legend.
|
slot |
Definition at line 72 of file qxrdacquisitionextrainputsplot.cpp.
References m_RawData, and m_Selections.
|
slot |
Definition at line 27 of file qxrdacquisitionextrainputsplot.cpp.
References m_Colors, m_RawData, and m_Selections.
|
private |
Definition at line 25 of file qxrdacquisitionextrainputsplot.h.
Referenced by QxrdAcquisitionExtraInputsPlot(), and setNChannels().
|
private |
Definition at line 23 of file qxrdacquisitionextrainputsplot.h.
Referenced by plotChannel(), and setNChannels().
|
private |
Definition at line 24 of file qxrdacquisitionextrainputsplot.h.
Referenced by plotChannel(), and setNChannels().