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

The DummyAboutWidget class provides the about dialog for the DummyToolbox. More...

#include <dummyaboutwidget.h>

Inheritance diagram for DummyToolboxPlugin::DummyAboutWidget:

Public Member Functions

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

Detailed Description

The DummyAboutWidget class provides the about dialog for the DummyToolbox.

DECLARE CLASS DummyAboutWidget

Definition at line 71 of file dummyaboutwidget.h.

Constructor & Destructor Documentation

DummyAboutWidget::DummyAboutWidget ( QWidget *  parent = 0)

Constructs a DummyAboutWidget dialog which is a child of parent.

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

DummyAboutWidget::~DummyAboutWidget ( )

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

Definition at line 66 of file dummyaboutwidget.cpp.


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