libFourierComponent 2.0(r200)
Fourier Widget
Public Member Functions

FourierWindowSquare Class Reference

Implements the Square Window. More...

#include <FourierWindowSquare.h>

Inheritance diagram for FourierWindowSquare:

List of all members.

Public Member Functions

 FourierWindowSquare (QObject *parent=0)
virtual ~FourierWindowSquare ()
virtual QString getWindowName () const
virtual QWidget * getWindowControls (QWidget *parent) const
virtual QVector< qreal > applyWindowFunction (const QVector< qreal > &data) const
virtual void appendToDomNode (QDomElement &node) const
 Appends this object's current state to the passed DOM node.
virtual void initializeFromDomNode (const QDomElement &node)
 Initializes this object's current state from the passed DOM node.

Detailed Description

Implements the Square Window.

Author:
Matthias Nagl <mnagl@uni-goettingen.de>

This is the most primitive window possible.


Constructor & Destructor Documentation

FourierWindowSquare::FourierWindowSquare ( QObject *  parent = 0)
FourierWindowSquare::~FourierWindowSquare ( ) [virtual]

Member Function Documentation

void FourierWindowSquare::appendToDomNode ( QDomElement &  node) const [virtual]

Appends this object's current state to the passed DOM node.

This method expects the parent element where it shall append this object's information as a parameter

Implements FourierWindowInterface.

QVector< qreal > FourierWindowSquare::applyWindowFunction ( const QVector< qreal > &  data) const [virtual]
QWidget * FourierWindowSquare::getWindowControls ( QWidget *  parent) const [virtual]
QString FourierWindowSquare::getWindowName ( ) const [virtual]
void FourierWindowSquare::initializeFromDomNode ( const QDomElement &  node) [virtual]

Initializes this object's current state from the passed DOM node.

This method expects the parent element where it shall read this object's information from as a parameter

Implements FourierWindowInterface.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Friends Defines