MNE-CPP
beta 1.0
|
The RealTimeMultiSampleArrayNewWidget class provides a real-time curve display. More...
#include <realtimesourceestimatewidget.h>
Signals | |
void | startInit () |
Public Member Functions | |
RealTimeSourceEstimateWidget (QSharedPointer< RealTimeSourceEstimate > &pRTSE, QWidget *parent=0) | |
~RealTimeSourceEstimateWidget () | |
virtual void | getData () |
virtual void | update (XMEASLIB::NewMeasurement::SPtr pMeasurement) |
virtual void | init () |
![]() | |
NewMeasurementWidget (QWidget *parent=0) | |
virtual | ~NewMeasurementWidget () |
QList< QAction * > | getDisplayActions () |
QList< QWidget * > | getDisplayWidgets () |
Additional Inherited Members | |
![]() | |
void | addDisplayAction (QAction *pAction) |
void | addDisplayWidget (QWidget *pWidget) |
The RealTimeMultiSampleArrayNewWidget class provides a real-time curve display.
============================================================================================================= ** DECLARE CLASS RealTimeMultiSampleArrayNewWidget
Definition at line 118 of file realtimesourceestimatewidget.h.
RealTimeSourceEstimateWidget::RealTimeSourceEstimateWidget | ( | QSharedPointer< RealTimeSourceEstimate > & | pRTSE, |
QWidget * | parent = 0 |
||
) |
Constructs a RealTimeSourceEstimateWidget which is a child of parent.
[in] | pRTMSE | pointer to real-time multi sample array measurement. |
[in] | pTime | pointer to application time. |
[in] | parent | pointer to parent widget; If parent is 0, the new NumericWidget becomes a window. If parent is another widget, NumericWidget becomes a child window inside parent. NumericWidget is deleted when its parent is deleted. |
Definition at line 99 of file realtimesourceestimatewidget.cpp.
RealTimeSourceEstimateWidget::~RealTimeSourceEstimateWidget | ( | ) |
Destroys the RealTimeSourceEstimateWidget.
Definition at line 149 of file realtimesourceestimatewidget.cpp.
|
virtual |
Is called when new data are available.
Definition at line 175 of file realtimesourceestimatewidget.cpp.
|
virtual |
Initialise the RealTimeSourceEstimateWidget.
Implements XDISPLIB::NewMeasurementWidget.
Definition at line 201 of file realtimesourceestimatewidget.cpp.
|
virtual |
Is called when new data are available.
[in] | pMeasurement | pointer to measurement -> not used because its direct attached to the measurement. |
Implements XDISPLIB::NewMeasurementWidget.
Definition at line 167 of file realtimesourceestimatewidget.cpp.