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