MNE-CPP
beta 1.0
|
The NeuromagSetupWidget class provides the ECG configuration window. More...
#include <neuromagsetupwidget.h>
Public Member Functions | |
NeuromagSetupWidget (Neuromag *p_pNeuromag, QWidget *parent=0) | |
~NeuromagSetupWidget () | |
void | init () |
void | bufferSizeEdited () |
void | checkedRecordDataChanged () |
void | printToLog (QString message) |
void | pressedFiffRecordFile () |
void | pressedConnect () |
void | pressedSendCLI () |
void | fiffInfoReceived () |
The NeuromagSetupWidget class provides the ECG configuration window.
DECLARE CLASS NeuromagSetupWidget
Definition at line 79 of file neuromagsetupwidget.h.
NeuromagSetupWidget::NeuromagSetupWidget | ( | Neuromag * | p_pNeuromag, |
QWidget * | parent = 0 |
||
) |
Constructs a NeuromagSetupWidget which is a child of parent.
[in] | p_pNeuromag | a pointer to the corresponding Neuromag. |
[in] | parent | pointer to parent widget; If parent is 0, the new NeuromagSetupWidget becomes a window. If parent is another widget, NeuromagSetupWidget becomes a child window inside parent. NeuromagSetupWidget is deleted when its parent is deleted. |
Definition at line 70 of file neuromagsetupwidget.cpp.
NeuromagSetupWidget::~NeuromagSetupWidget | ( | ) |
Destroys the NeuromagSetupWidget. All NeuromagSetupWidget's children are deleted first. The application exits if NeuromagSetupWidget is the main widget.
Definition at line 111 of file neuromagsetupwidget.cpp.
void NeuromagSetupWidget::bufferSizeEdited | ( | ) |
Buffer size edited and set new buffer size.
Definition at line 128 of file neuromagsetupwidget.cpp.
void NeuromagSetupWidget::checkedRecordDataChanged | ( | ) |
Record Data checkbox changed.
Definition at line 142 of file neuromagsetupwidget.cpp.
void NeuromagSetupWidget::fiffInfoReceived | ( | ) |
Triggered when new fiff info is recieved by producer and stored intor rt_server
Definition at line 278 of file neuromagsetupwidget.cpp.
void NeuromagSetupWidget::init | ( | ) |
Inits the setup widget
Definition at line 119 of file neuromagsetupwidget.cpp.
void NeuromagSetupWidget::pressedConnect | ( | ) |
Triggers a connection trial to rt_server.
Definition at line 173 of file neuromagsetupwidget.cpp.
void NeuromagSetupWidget::pressedFiffRecordFile | ( | ) |
Triggers file dialog to select record file.
Definition at line 163 of file neuromagsetupwidget.cpp.
void NeuromagSetupWidget::pressedSendCLI | ( | ) |
Triggers a send request of a cli command.
Definition at line 187 of file neuromagsetupwidget.cpp.
void NeuromagSetupWidget::printToLog | ( | QString | message | ) |
Implements printing messages to rtproc log.
Definition at line 200 of file neuromagsetupwidget.cpp.