MNE-CPP
beta 1.0
|
The EEGoSportsSetupWidget class provides the EEGoSports configuration window. More...
#include <eegosportssetupwidget.h>
Public Member Functions | |
EEGoSportsSetupWidget (EEGoSports *pEEGoSports, QWidget *parent=0) | |
~EEGoSportsSetupWidget () | |
void | initGui () |
The EEGoSportsSetupWidget class provides the EEGoSports configuration window.
DECLARE CLASS EEGoSportsSetupWidget
Definition at line 79 of file eegosportssetupwidget.h.
EEGoSportsSetupWidget::EEGoSportsSetupWidget | ( | EEGoSports * | pEEGoSports, |
QWidget * | parent = 0 |
||
) |
Constructs a EEGoSportsSetupWidget which is a child of parent.
[in] | parent | pointer to parent widget; If parent is 0, the new EEGoSportsSetupWidget becomes a window. If parent is another widget, EEGoSportsSetupWidget becomes a child window inside parent. EEGoSportsSetupWidget is deleted when its parent is deleted. |
[in] | pEEGoSports | a pointer to the corresponding ECGSimulator. |
Definition at line 68 of file eegosportssetupwidget.cpp.
EEGoSportsSetupWidget::~EEGoSportsSetupWidget | ( | ) |
Destroys the EEGoSportsSetupWidget. All EEGoSportsSetupWidget's children are deleted first. The application exits if EEGoSportsSetupWidget is the main widget.
Definition at line 120 of file eegosportssetupwidget.cpp.
void EEGoSportsSetupWidget::initGui | ( | ) |
Initializes the Connector's GUI properties.
Definition at line 128 of file eegosportssetupwidget.cpp.