#include <FFTDialog.h>
Public Types | |
| enum | DataType { onGraph = 0, onTable = 1, onMatrix = 2 } |
Public Slots | |
| void | accept () |
| void | activateCurve (const QString &curveName) |
| void | setGraph (Graph *g) |
| void | setMatrix (Matrix *m) |
| void | setTable (Table *t) |
Public Member Functions | |
| FFTDialog (int type, QWidget *parent=0, Qt::WFlags fl=0) | |
Private Member Functions | |
| void | fftMatrix () |
Private Attributes | |
| QRadioButton * | backwardBtn |
| QComboBox * | boxImaginary |
| QComboBox * | boxName |
| QCheckBox * | boxNormalize |
| QCheckBox * | boxOrder |
| QComboBox * | boxReal |
| QLineEdit * | boxSampling |
| QPushButton * | buttonCancel |
| QPushButton * | buttonOK |
| Matrix * | d_matrix |
| Table * | d_table |
| int | d_type |
| QRadioButton * | forwardBtn |
| Graph * | graph |
| enum FFTDialog::DataType |
| FFTDialog::FFTDialog | ( | int | type, | |
| QWidget * | parent = 0, |
|||
| Qt::WFlags | fl = 0 | |||
| ) |
| void FFTDialog::accept | ( | ) | [slot] |
| void FFTDialog::activateCurve | ( | const QString & | curveName | ) | [slot] |
| void FFTDialog::fftMatrix | ( | ) | [private] |
| void FFTDialog::setGraph | ( | Graph * | g | ) | [slot] |
| void FFTDialog::setMatrix | ( | Matrix * | m | ) | [slot] |
| void FFTDialog::setTable | ( | Table * | t | ) | [slot] |
QRadioButton * FFTDialog::backwardBtn [private] |
QComboBox * FFTDialog::boxImaginary [private] |
QComboBox* FFTDialog::boxName [private] |
QCheckBox* FFTDialog::boxNormalize [private] |
QCheckBox * FFTDialog::boxOrder [private] |
QComboBox * FFTDialog::boxReal [private] |
QLineEdit* FFTDialog::boxSampling [private] |
QPushButton* FFTDialog::buttonCancel [private] |
QPushButton* FFTDialog::buttonOK [private] |
Matrix* FFTDialog::d_matrix [private] |
Table* FFTDialog::d_table [private] |
int FFTDialog::d_type [private] |
QRadioButton* FFTDialog::forwardBtn [private] |
Graph* FFTDialog::graph [private] |
1.5.4