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

The AboutWindow class provides the about window. More...

#include <aboutwindow.h>

Inheritance diagram for MNEBrowseRawQt::AboutWindow:

Public Member Functions

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

Detailed Description

The AboutWindow class provides the about window.

DECLARE CLASS AboutWindow

Definition at line 69 of file aboutwindow.h.

Constructor & Destructor Documentation

AboutWindow::AboutWindow ( QWidget *  parent = 0)

Constructs a AboutWindow dialog which is a child of parent.

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

Definition at line 58 of file aboutwindow.cpp.

AboutWindow::~AboutWindow ( )

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

Definition at line 70 of file aboutwindow.cpp.


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