MNE-CPP
beta 1.0
|
The BabyMEGSetupWidget class provides the ECG configuration window. More...
#include <babymegsetupwidget.h>
Public Member Functions | |
BabyMEGSetupWidget (BabyMEG *p_pBabyMEG, QWidget *parent=0) | |
~BabyMEGSetupWidget () | |
void | init () |
void | fiffInfoReceived () |
The BabyMEGSetupWidget class provides the ECG configuration window.
DECLARE CLASS BabyMEGSetupWidget
Definition at line 79 of file babymegsetupwidget.h.
BabyMEGSetupWidget::BabyMEGSetupWidget | ( | BabyMEG * | p_pBabyMEG, |
QWidget * | parent = 0 |
||
) |
Constructs a BabyMEGSetupWidget which is a child of parent.
[in] | p_pBabyMEG | a pointer to the corresponding BabyMEG. |
[in] | parent | pointer to parent widget; If parent is 0, the new BabyMEGSetupWidget becomes a window. If parent is another widget, BabyMEGSetupWidget becomes a child window inside parent. BabyMEGSetupWidget is deleted when its parent is deleted. |
Definition at line 72 of file babymegsetupwidget.cpp.
BabyMEGSetupWidget::~BabyMEGSetupWidget | ( | ) |
Destroys the BabyMEGSetupWidget. All BabyMEGSetupWidget's children are deleted first. The application exits if BabyMEGSetupWidget is the main widget.
Definition at line 98 of file babymegsetupwidget.cpp.
void BabyMEGSetupWidget::fiffInfoReceived | ( | ) |
Triggered when new fiff info is recieved by producer and stored intor rt_server
Definition at line 121 of file babymegsetupwidget.cpp.
void BabyMEGSetupWidget::init | ( | ) |
Inits the setup widget
Definition at line 106 of file babymegsetupwidget.cpp.