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

The TMSIManualAnnotationWidget class provides a widget/window for manually annotating the trigger, which the subject pressed during the session. More...

#include <tmsimanualannotationwidget.h>

Inheritance diagram for TMSIPlugin::TMSIManualAnnotationWidget:

Public Member Functions

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

Detailed Description

The TMSIManualAnnotationWidget class provides a widget/window for manually annotating the trigger, which the subject pressed during the session.

DECLARE CLASS TMSIManualAnnotationWidget

Definition at line 78 of file tmsimanualannotationwidget.h.

Constructor & Destructor Documentation

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

Constructs a TMSIManualAnnotationWidget which is a child of parent.

Parameters
[in]parentpointer to parent widget; If parent is 0, the new TMSIManualAnnotationWidget becomes a window. If parent is another widget, TMSIManualAnnotationWidget becomes a child window inside parent. TMSIManualAnnotationWidget is deleted when its parent is deleted.
[in]pTMSIa pointer to the corresponding ECGSimulator.

Definition at line 66 of file tmsimanualannotationwidget.cpp.

TMSIManualAnnotationWidget::~TMSIManualAnnotationWidget ( )

Destroys the TMSIManualAnnotationWidget. All TMSIManualAnnotationWidget's children are deleted first. The application exits if TMSIManualAnnotationWidget is the main widget.

Definition at line 77 of file tmsimanualannotationwidget.cpp.

Member Function Documentation

void TMSIManualAnnotationWidget::initGui ( )

Initializes the Connector's GUI properties.

Definition at line 84 of file tmsimanualannotationwidget.cpp.


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