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