MNE-CPP
beta 1.0
|
The NoiseEstimateSetupWidget class provides the NoiseEstimate configuration window. More...
#include <noiseestimatesetupwidget.h>
Public Member Functions | |
NoiseEstimateSetupWidget (NoiseEstimate *toolbox, QWidget *parent=0) | |
~NoiseEstimateSetupWidget () | |
void | init () |
void | chgnFFT (int idx) |
void | chgDataLen (int idx) |
void | chgXAxisType () |
The NoiseEstimateSetupWidget class provides the NoiseEstimate configuration window.
DECLARE CLASS NoiseEstimateSetupWidget
Definition at line 93 of file noiseestimatesetupwidget.h.
NoiseEstimateSetupWidget::NoiseEstimateSetupWidget | ( | NoiseEstimate * | toolbox, |
QWidget * | parent = 0 |
||
) |
Constructs a NoiseEstimateSetupWidget which is a child of parent.
[in] | toolbox | a pointer to the corresponding NoiseEstimate. |
[in] | parent | pointer to parent widget; If parent is 0, the new NoiseEstimateSetupWidget 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 66 of file noiseestimatesetupwidget.cpp.
NoiseEstimateSetupWidget::~NoiseEstimateSetupWidget | ( | ) |
Destroys the NoiseEstimateSetupWidget. All NoiseEstimateSetupWidget's children are deleted first. The application exits if NoiseEstimateSetupWidget is the main widget.
Definition at line 83 of file noiseestimatesetupwidget.cpp.