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

The RtHpiAboutWidget class provides the about dialog for the RtHpi. More...

#include <rthpiaboutwidget.h>

Inheritance diagram for RtHpiPlugin::RtHpiAboutWidget:

Public Member Functions

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

Detailed Description

The RtHpiAboutWidget class provides the about dialog for the RtHpi.

DECLARE CLASS RtHpiAboutWidget

Definition at line 72 of file rthpiaboutwidget.h.

Constructor & Destructor Documentation

RtHpiAboutWidget::RtHpiAboutWidget ( QWidget *  parent = 0)

Constructs a RtHpiAboutWidget dialog which is a child of parent.

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

Definition at line 57 of file rthpiaboutwidget.cpp.

RtHpiAboutWidget::~RtHpiAboutWidget ( )

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

Definition at line 66 of file rthpiaboutwidget.cpp.


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