MNE-CPP  beta 0.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
SourceLabPlugin::SourceLabAboutWidget Class Reference

The SourceLabAboutWidget class provides the about dialog for the SourceLab. More...

#include <sourcelababoutwidget.h>

Inheritance diagram for SourceLabPlugin::SourceLabAboutWidget:

Public Member Functions

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

Detailed Description

The SourceLabAboutWidget class provides the about dialog for the SourceLab.

DECLARE CLASS SourceLabAboutWidget

Definition at line 71 of file sourcelababoutwidget.h.

Constructor & Destructor Documentation

SourceLabAboutWidget::SourceLabAboutWidget ( QWidget *  parent = 0)

Constructs a SourceLabAboutWidget dialog which is a child of parent.

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

SourceLabAboutWidget::~SourceLabAboutWidget ( )

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

Definition at line 66 of file sourcelababoutwidget.cpp.


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