#include <WindowShapePreview.h>
Definition at line 25 of file WindowShapePreview.h.
Public Slots | |
| void | setWindowType (WindowType type) |
Public Member Functions | |
| WindowShapePreview (QWidget *parent=0) | |
| virtual | ~WindowShapePreview () |
Protected Member Functions | |
| void | updateLabels () |
Protected Attributes | |
| QLabel * | m_windowTimeExampleLabel |
| QLabel * | m_windowFreqExampleLabel |
| WindowType | m_windowType |
| WindowShapePreview::WindowShapePreview | ( | QWidget * | parent = 0 |
) |
Definition at line 29 of file WindowShapePreview.cpp.
References m_windowFreqExampleLabel, and m_windowTimeExampleLabel.
| WindowShapePreview::~WindowShapePreview | ( | ) | [virtual] |
Definition at line 42 of file WindowShapePreview.cpp.
| void WindowShapePreview::setWindowType | ( | WindowType | type | ) | [slot] |
Definition at line 201 of file WindowShapePreview.cpp.
References m_windowType, and updateLabels().
Referenced by WindowTypeSelector::setWindowType(), and WindowTypeSelector::windowIndexChanged().
| void WindowShapePreview::updateLabels | ( | ) | [protected] |
Definition at line 47 of file WindowShapePreview.cpp.
References fftf_complex, fftf_destroy_plan, fftf_execute, fftf_free, fftf_malloc, fftf_plan, fftf_plan_dft_r2c_1d, Window< T >::getValue(), m_windowFreqExampleLabel, m_windowTimeExampleLabel, m_windowType, and RectangularWindow.
Referenced by setWindowType().
QLabel* WindowShapePreview::m_windowTimeExampleLabel [protected] |
Definition at line 37 of file WindowShapePreview.h.
Referenced by updateLabels(), and WindowShapePreview().
QLabel* WindowShapePreview::m_windowFreqExampleLabel [protected] |
Definition at line 38 of file WindowShapePreview.h.
Referenced by updateLabels(), and WindowShapePreview().
WindowType WindowShapePreview::m_windowType [protected] |
Definition at line 39 of file WindowShapePreview.h.
Referenced by setWindowType(), and updateLabels().
1.5.1