MNE-CPP
beta 1.0
|
The TMSISetupProjectWidget class provides the TMSISetupProjectWidget configuration window. More...
#include <tmsisetupprojectwidget.h>
Public Member Functions | |
TMSISetupProjectWidget (TMSI *pTMSI, QWidget *parent=0) | |
~TMSISetupProjectWidget () | |
void | initGui () |
The TMSISetupProjectWidget class provides the TMSISetupProjectWidget configuration window.
DECLARE CLASS TMSISetupProjectWidget
Definition at line 80 of file tmsisetupprojectwidget.h.
|
explicit |
Constructs a TMSISetupProjectWidget which is a child of parent.
[in] | parent | pointer to parent widget; If parent is 0, the new TMSISetupProjectWidget 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 59 of file tmsisetupprojectwidget.cpp.
TMSISetupProjectWidget::~TMSISetupProjectWidget | ( | ) |
Destructs a TMSISetupProjectWidget which is a child of parent.
Definition at line 90 of file tmsisetupprojectwidget.cpp.
void TMSISetupProjectWidget::initGui | ( | ) |
Inits the GUI
Definition at line 97 of file tmsisetupprojectwidget.cpp.