qmca
0.0.20
|
#include <mcaplotcurve.h>
Public Slots | |
void | arrayValueChanged () |
Public Member Functions | |
MCAPlotCurve (QObject *parent, const QString &title, MCAController *ctrl, QwtPlot *plot, EpicsMCA *mca) | |
virtual | ~MCAPlotCurve () |
Private Attributes | |
MCAController * | m_Controller |
QwtPlot * | m_Plot |
EpicsMCA * | m_MCA |
Definition at line 11 of file mcaplotcurve.h.
MCAPlotCurve::MCAPlotCurve | ( | QObject * | parent, |
const QString & | title, | ||
MCAController * | ctrl, | ||
QwtPlot * | plot, | ||
EpicsMCA * | mca | ||
) |
|
virtual |
Definition at line 17 of file mcaplotcurve.cpp.
|
slot |
Definition at line 21 of file mcaplotcurve.cpp.
References EpicsObject::count(), m_Controller, m_MCA, MCAController::replot(), and EpicsArray::value().
Referenced by MCAPlotCurve().
|
private |
Definition at line 23 of file mcaplotcurve.h.
Referenced by arrayValueChanged().
|
private |
Definition at line 25 of file mcaplotcurve.h.
Referenced by arrayValueChanged(), and MCAPlotCurve().
|
private |
Definition at line 24 of file mcaplotcurve.h.