MNE-CPP
beta 1.0
|
The TMSIManualAnnotationWidget class provides a widget/window for manually annotating the trigger, which the subject pressed during the session. More...
#include <tmsimanualannotationwidget.h>
Public Member Functions | |
TMSIManualAnnotationWidget (TMSI *pTMSI, QWidget *parent=0) | |
~TMSIManualAnnotationWidget () | |
void | initGui () |
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.
TMSIManualAnnotationWidget::TMSIManualAnnotationWidget | ( | TMSI * | pTMSI, |
QWidget * | parent = 0 |
||
) |
Constructs a TMSIManualAnnotationWidget which is a child of parent.
[in] | parent | pointer 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] | pTMSI | a 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.
void TMSIManualAnnotationWidget::initGui | ( | ) |
Initializes the Connector's GUI properties.
Definition at line 84 of file tmsimanualannotationwidget.cpp.