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

The TMSIAboutWidget class provides the about dialog for the TMSI. More...

#include <tmsiaboutwidget.h>

Inheritance diagram for TMSIPlugin::TMSIAboutWidget:

Public Member Functions

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

Detailed Description

The TMSIAboutWidget class provides the about dialog for the TMSI.

DECLARE CLASS TMSIAboutWidget

Definition at line 84 of file tmsiaboutwidget.h.

Constructor & Destructor Documentation

TMSIAboutWidget::TMSIAboutWidget ( QWidget *  parent = 0)

Constructs a TMSIAboutWidget dialog which is a child of parent.

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

Definition at line 65 of file tmsiaboutwidget.cpp.

TMSIAboutWidget::~TMSIAboutWidget ( )

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

Definition at line 74 of file tmsiaboutwidget.cpp.


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