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