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

The RapLabAboutWidget class provides the about dialog for the RapLab. More...

#include <raplababoutwidget.h>

Inheritance diagram for RapLabPlugin::RapLabAboutWidget:

Public Member Functions

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

Detailed Description

The RapLabAboutWidget class provides the about dialog for the RapLab.

DECLARE CLASS RapLabAboutWidget

Definition at line 70 of file raplababoutwidget.h.

Constructor & Destructor Documentation

RapLabAboutWidget::RapLabAboutWidget ( QWidget *  parent = 0)

Constructs a RapLabAboutWidget dialog which is a child of parent.

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

RapLabAboutWidget::~RapLabAboutWidget ( )

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

Definition at line 66 of file raplababoutwidget.cpp.


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