MNE-CPP  beta 1.0
Public Member Functions | List of all members
BCIPlugin::BCIAboutWidget Class Reference

The BCIAboutWidget class provides the about dialog for the BCI. More...

#include <bciaboutwidget.h>

Inheritance diagram for BCIPlugin::BCIAboutWidget:

Public Member Functions

 BCIAboutWidget (QWidget *parent=0)
 
 ~BCIAboutWidget ()
 

Detailed Description

The BCIAboutWidget class provides the about dialog for the BCI.

DECLARE CLASS BCIAboutWidget

Definition at line 84 of file bciaboutwidget.h.

Constructor & Destructor Documentation

BCIAboutWidget::BCIAboutWidget ( QWidget *  parent = 0)

Constructs a BCIAboutWidget dialog which is a child of parent.

Parameters
[in]parentpointer 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.


The documentation for this class was generated from the following files: