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