MNE-CPP  beta 1.0
Public Member Functions | List of all members
NoiseEstimatePlugin::NoiseEstimateSetupWidget Class Reference

The NoiseEstimateSetupWidget class provides the NoiseEstimate configuration window. More...

#include <noiseestimatesetupwidget.h>

Inheritance diagram for NoiseEstimatePlugin::NoiseEstimateSetupWidget:

Public Member Functions

 NoiseEstimateSetupWidget (NoiseEstimate *toolbox, QWidget *parent=0)
 
 ~NoiseEstimateSetupWidget ()
 
void init ()
 
void chgnFFT (int idx)
 
void chgDataLen (int idx)
 
void chgXAxisType ()
 

Detailed Description

The NoiseEstimateSetupWidget class provides the NoiseEstimate configuration window.

DECLARE CLASS NoiseEstimateSetupWidget

Definition at line 93 of file noiseestimatesetupwidget.h.

Constructor & Destructor Documentation

NoiseEstimateSetupWidget::NoiseEstimateSetupWidget ( NoiseEstimate toolbox,
QWidget *  parent = 0 
)

Constructs a NoiseEstimateSetupWidget which is a child of parent.

Parameters
[in]toolboxa pointer to the corresponding NoiseEstimate.
[in]parentpointer 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.


The documentation for this class was generated from the following files: