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

The MNEAboutWidget class provides the about dialog for the MNE. More...

#include <mneaboutwidget.h>

Inheritance diagram for MNEPlugin::MNEAboutWidget:

Public Member Functions

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

Detailed Description

The MNEAboutWidget class provides the about dialog for the MNE.

DECLARE CLASS MNEAboutWidget

Definition at line 71 of file mneaboutwidget.h.

Constructor & Destructor Documentation

MNEAboutWidget::MNEAboutWidget ( QWidget *  parent = 0)

Constructs a MNEAboutWidget dialog which is a child of parent.

Parameters
[in]parentpointer to parent widget; If parent is 0, the new MNEAboutWidget 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 mneaboutwidget.cpp.

MNEAboutWidget::~MNEAboutWidget ( )

Destroys the MNEAboutWidget. All DummyAboutWidget's children are deleted first. The application exits if MNEAboutWidget is the main widget.

Definition at line 66 of file mneaboutwidget.cpp.


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