MNE-CPP
beta 1.0
|
The ECGAboutWidget class provides the about dialog for the ECGSimulator. More...
#include <ecgaboutwidget.h>
Public Member Functions | |
ECGAboutWidget (QWidget *parent=0) | |
~ECGAboutWidget () | |
The ECGAboutWidget class provides the about dialog for the ECGSimulator.
DECLARE CLASS ECGAboutWidget
Definition at line 83 of file ecgaboutwidget.h.
ECGAboutWidget::ECGAboutWidget | ( | QWidget * | parent = 0 | ) |
Constructs a ECGAboutWidget dialog which is a child of parent.
[in] | parent | pointer 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.