#include <FFTListDialog.h>
Inheritance diagram for FFTListDialog:
Public Slots | |
void | setLibrary (int l) |
set library to use | |
void | setDirection (bool v=false) |
set direction of transform (forward/backward) | |
void | setXValues (int v) |
set type of x values | |
void | setYValues (int v) |
set type of y values | |
void | setThreads (int t) |
set number of threads | |
void | setNrThreads (int t) |
int | Apply () |
Public Member Functions | |
FFTListDialog (MainWin *mw, const char *name) | |
Private Slots | |
void | saveSettings () |
int | apply_clicked () |
Private Attributes | |
QComboBox * | library |
QComboBox * | transform |
QComboBox * | xvalues |
QComboBox * | yvalues |
KIntNumInput * | threadsni |
|
|
|
Reimplemented from ListDialog. |
|
Implements ListDialog. |
|
|
|
set direction of transform (forward/backward)
|
|
set library to use
|
|
|
|
set number of threads
|
|
set type of x values
|
|
set type of y values
|
|
|
|
|
|
|
|
|
|
|