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