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