MNE-CPP  beta 1.0
Public Member Functions | List of all members
MneRtClientPlugin::NeuromagSetupWidget Class Reference

The NeuromagSetupWidget class provides the ECG configuration window. More...

#include <neuromagsetupwidget.h>

Inheritance diagram for MneRtClientPlugin::NeuromagSetupWidget:

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 ()
 

Detailed Description

The NeuromagSetupWidget class provides the ECG configuration window.

DECLARE CLASS NeuromagSetupWidget

Definition at line 79 of file neuromagsetupwidget.h.

Constructor & Destructor Documentation

NeuromagSetupWidget::NeuromagSetupWidget ( Neuromag p_pNeuromag,
QWidget *  parent = 0 
)

Constructs a NeuromagSetupWidget which is a child of parent.

Parameters
[in]p_pNeuromaga pointer to the corresponding Neuromag.
[in]parentpointer 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.

Member Function Documentation

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.


The documentation for this class was generated from the following files: