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