libFourierComponent 2.0(r200)
Fourier Widget
|
Implements the Hann Window. More...
#include <FourierWindowHann.h>
Public Member Functions | |
FourierWindowHann (QObject *parent=0) | |
virtual | ~FourierWindowHann () |
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. |
Implements the Hann Window.
FourierWindowHann::FourierWindowHann | ( | QObject * | parent = 0 | ) |
FourierWindowHann::~FourierWindowHann | ( | ) | [virtual] |
void FourierWindowHann::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 > FourierWindowHann::applyWindowFunction | ( | const QVector< qreal > & | data | ) | const [virtual] |
Implements FourierWindowInterface.
QWidget * FourierWindowHann::getWindowControls | ( | QWidget * | parent | ) | const [virtual] |
Implements FourierWindowInterface.
QString FourierWindowHann::getWindowName | ( | ) | const [virtual] |
Implements FourierWindowInterface.
void FourierWindowHann::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.