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

The AveragingAboutWidget class provides the about dialog for the AveragingToolbox. More...

#include <averagingaboutwidget.h>

Inheritance diagram for AveragingPlugin::AveragingAboutWidget:

Public Member Functions

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

Detailed Description

The AveragingAboutWidget class provides the about dialog for the AveragingToolbox.

DECLARE CLASS AveragingAboutWidget

Definition at line 71 of file averagingaboutwidget.h.

Constructor & Destructor Documentation

AveragingAboutWidget::AveragingAboutWidget ( QWidget *  parent = 0)

Constructs a AveragingAboutWidget dialog which is a child of parent.

Parameters
[in]parentpointer to parent widget; If parent is 0, the new AveragingAboutWidget becomes a window. If parent is another widget, AveragingAboutWidget becomes a child window inside parent. AveragingAboutWidget is deleted when its parent is deleted.

Definition at line 57 of file averagingaboutwidget.cpp.

AveragingAboutWidget::~AveragingAboutWidget ( )

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

Definition at line 66 of file averagingaboutwidget.cpp.


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