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

The ECGAboutWidget class provides the about dialog for the ECGSimulator. More...

#include <ecgaboutwidget.h>

Inheritance diagram for ECGSimulatorPlugin::ECGAboutWidget:

Public Member Functions

 ECGAboutWidget (QWidget *parent=0)
 
 ~ECGAboutWidget ()
 

Detailed Description

The ECGAboutWidget class provides the about dialog for the ECGSimulator.

DECLARE CLASS ECGAboutWidget

Definition at line 83 of file ecgaboutwidget.h.

Constructor & Destructor Documentation

ECGAboutWidget::ECGAboutWidget ( QWidget *  parent = 0)

Constructs a ECGAboutWidget dialog which is a child of parent.

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

Definition at line 64 of file ecgaboutwidget.cpp.

ECGAboutWidget::~ECGAboutWidget ( )

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

Definition at line 73 of file ecgaboutwidget.cpp.


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