MNE-CPP  beta 1.0
Public Member Functions | Protected Slots | List of all members
MNEBrowseRawQt::FilterWindow Class Reference

The FilterWindow class provides the filter window. More...

#include <filterwindow.h>

Inheritance diagram for MNEBrowseRawQt::FilterWindow:

Public Member Functions

 FilterWindow (MainWindow *mainWindow, QWidget *parent=0)
 
 ~FilterWindow ()
 
void newFileLoaded ()
 

Protected Slots

void changeStateSpinBoxes (int currentIndex)
 
void filterParametersChanged ()
 
void applyFilter ()
 
void undoFilter ()
 
void exportFilterPlot ()
 
void exportFilterCoefficients ()
 

Detailed Description

The FilterWindow class provides the filter window.

DECLARE CLASS FilterWindow

Definition at line 82 of file filterwindow.h.

Constructor & Destructor Documentation

FilterWindow::FilterWindow ( MainWindow mainWindow,
QWidget *  parent = 0 
)

Constructs a FilterWindow dialog which is a child of parent.

Parameters
[in]parentpointer to parent widget; If parent is 0, the new FilterWindow becomes a window. If parent is another widget, FilterWindow becomes a child window inside parent. FilterWindow is deleted when its parent is deleted.

Definition at line 58 of file filterwindow.cpp.

FilterWindow::~FilterWindow ( )

Destroys the FilterWindow. All FilterWindow's children are deleted first. The application exits if FilterWindow is the main widget.

Definition at line 79 of file filterwindow.cpp.

Member Function Documentation

void FilterWindow::applyFilter ( )
protectedslot

This function applies the user defined filter to all channels.

Definition at line 401 of file filterwindow.cpp.

void FilterWindow::changeStateSpinBoxes ( int  currentIndex)
protectedslot

This function gets called whenever the combo box is altered by the user via the gui.

Parameters
currentIndexholds the current index of the combo box

Definition at line 268 of file filterwindow.cpp.

void FilterWindow::exportFilterCoefficients ( )
protectedslot

This function exports the filter coefficients to a txt file.

Definition at line 472 of file filterwindow.cpp.

void FilterWindow::exportFilterPlot ( )
protectedslot

Saves an svg graphic of the scene if wanted by the user.

Definition at line 431 of file filterwindow.cpp.

void FilterWindow::filterParametersChanged ( )
protectedslot

This function gets called whenever the filter parameters are altered by the user via the gui.

Definition at line 326 of file filterwindow.cpp.

void FilterWindow::newFileLoaded ( )

On new file loaded.

Definition at line 87 of file filterwindow.cpp.

void FilterWindow::undoFilter ( )
protectedslot

This function undoes the user defined filter to all channels.

Definition at line 421 of file filterwindow.cpp.


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