MNE-CPP
beta 1.0
|
The RtHpiSetupWidget class provides the RtHpi configuration window. More...
#include <rthpisetupwidget.h>
Public Member Functions | |
RtHpiSetupWidget (RtHpi *toolbox, QWidget *parent=0) | |
~RtHpiSetupWidget () | |
The RtHpiSetupWidget class provides the RtHpi configuration window.
DECLARE CLASS RtHpiSetupWidget
Definition at line 85 of file rthpisetupwidget.h.
RtHpiSetupWidget::RtHpiSetupWidget | ( | RtHpi * | toolbox, |
QWidget * | parent = 0 |
||
) |
Constructs a RtHpiSetupWidget which is a child of parent.
[in] | toolbox | a pointer to the corresponding RtHpi. |
[in] | parent | pointer to parent widget; If parent is 0, the new RtHpiSetupWidget becomes a window. If parent is another widget, RtHpiSetupWidget becomes a child window inside parent. RtHpiSetupWidget is deleted when its parent is deleted. |
Definition at line 69 of file rthpisetupwidget.cpp.
RtHpiSetupWidget::~RtHpiSetupWidget | ( | ) |
Destroys the RtHpiSetupWidget. All RtHpiSetupWidget's children are deleted first. The application exits if RtHpiSetupWidget is the main widget.
Definition at line 81 of file rthpisetupwidget.cpp.