MNE-CPP
beta 1.0
|
The RtHpiAboutWidget class provides the about dialog for the RtHpi. More...
#include <rthpiaboutwidget.h>
Public Member Functions | |
RtHpiAboutWidget (QWidget *parent=0) | |
~RtHpiAboutWidget () | |
The RtHpiAboutWidget class provides the about dialog for the RtHpi.
DECLARE CLASS RtHpiAboutWidget
Definition at line 72 of file rthpiaboutwidget.h.
RtHpiAboutWidget::RtHpiAboutWidget | ( | QWidget * | parent = 0 | ) |
Constructs a RtHpiAboutWidget dialog which is a child of parent.
[in] | parent | pointer 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.