MNE-CPP
beta 1.0
|
The EEGoSportsAboutWidget class provides the about dialog for the EEGoSports. More...
#include <eegosportsaboutwidget.h>
Public Member Functions | |
EEGoSportsAboutWidget (QWidget *parent=0) | |
~EEGoSportsAboutWidget () | |
The EEGoSportsAboutWidget class provides the about dialog for the EEGoSports.
DECLARE CLASS EEGoSportsAboutWidget
Definition at line 84 of file eegosportsaboutwidget.h.
EEGoSportsAboutWidget::EEGoSportsAboutWidget | ( | 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 EEGoSportsAboutWidget becomes a window. If parent is another widget, EEGoSportsAboutWidget becomes a child window inside parent. EEGoSportsAboutWidget is deleted when its parent is deleted. |
Definition at line 65 of file eegosportsaboutwidget.cpp.
EEGoSportsAboutWidget::~EEGoSportsAboutWidget | ( | ) |
Destroys the EEGoSportsAboutWidget. All EEGoSportsAboutWidget's children are deleted first. The application exits if EEGoSportsAboutWidget is the main widget.
Definition at line 74 of file eegosportsaboutwidget.cpp.