MNE-CPP
beta 1.0
|
The BabyMEGAboutWidget class provides the about dialog for the BabyMEG. More...
#include <babymegaboutwidget.h>
Public Member Functions | |
BabyMEGAboutWidget (QWidget *parent=0) | |
~BabyMEGAboutWidget () | |
The BabyMEGAboutWidget class provides the about dialog for the BabyMEG.
DECLARE CLASS BabyMEGAboutWidget
Definition at line 83 of file babymegaboutwidget.h.
BabyMEGAboutWidget::BabyMEGAboutWidget | ( | QWidget * | parent = 0 | ) |
Constructs a BabyMEGAboutWidget dialog which is a child of parent.
[in] | parent | pointer to parent widget; If parent is 0, the new BabyMEGAboutWidget becomes a window. If parent is another widget, BabyMEGAboutWidget becomes a child window inside parent. BabyMEGAboutWidget is deleted when its parent is deleted. |
Definition at line 64 of file babymegaboutwidget.cpp.
BabyMEGAboutWidget::~BabyMEGAboutWidget | ( | ) |
Destroys the BabyMEGAboutWidget. All BabyMEGAboutWidget's children are deleted first. The application exits if BabyMEGAboutWidget is the main widget.
Definition at line 73 of file babymegaboutwidget.cpp.