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

The TMSISetupWidget class provides the TMSI configuration window. More...

#include <tmsisetupwidget.h>

Inheritance diagram for TMSIPlugin::TMSISetupWidget:

Public Member Functions

 TMSISetupWidget (TMSI *pTMSI, QWidget *parent=0)
 
 ~TMSISetupWidget ()
 
void initGui ()
 

Detailed Description

The TMSISetupWidget class provides the TMSI configuration window.

DECLARE CLASS TMSISetupWidget

Definition at line 80 of file tmsisetupwidget.h.

Constructor & Destructor Documentation

TMSISetupWidget::TMSISetupWidget ( TMSI pTMSI,
QWidget *  parent = 0 
)

Constructs a TMSISetupWidget which is a child of parent.

Parameters
[in]parentpointer 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]pTMSIa 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.

Member Function Documentation

void TMSISetupWidget::initGui ( )

Initializes the Connector's GUI properties.

Definition at line 140 of file tmsisetupwidget.cpp.


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