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