|
SciDAVis
1.D4
|
Fast Fourier transform options dialog. More...
#include <FFTDialog.h>
Public Types | |
| enum | DataType { onGraph = 0, onTable = 1 } |
Public Slots | |
| void | accept () |
| void | activateCurve (const QString &curveName) |
| void | setGraph (Graph *g) |
| void | setTable (Table *t) |
Public Member Functions | |
| FFTDialog (int type, QWidget *parent=0, Qt::WFlags fl=0) | |
| ~FFTDialog () | |
Public Attributes | |
| QRadioButton * | backwardBtn |
| QComboBox * | boxImaginary |
| QComboBox * | boxName |
| QCheckBox * | boxNormalize |
| QCheckBox * | boxOrder |
| QComboBox * | boxReal |
| QLineEdit * | boxSampling |
| QPushButton * | buttonCancel |
| QPushButton * | buttonOK |
| QRadioButton * | forwardBtn |
Private Attributes | |
| Table * | d_table |
| int | d_type |
| Graph * | graph |
Fast Fourier transform options dialog.
| enum FFTDialog::DataType |
| FFTDialog::FFTDialog | ( | int | type, |
| QWidget * | parent = 0, |
||
| Qt::WFlags | fl = 0 |
||
| ) |
References accept(), activateCurve(), backwardBtn, boxImaginary, boxName, boxNormalize, boxOrder, boxReal, boxSampling, buttonCancel, buttonOK, d_table, d_type, forwardBtn, graph, onGraph, and onTable.
|
inline |
|
slot |
References backwardBtn, boxImaginary, boxName, boxNormalize, boxOrder, boxReal, boxSampling, d_table, graph, FFT::normalizeAmplitudes(), Filter::run(), FFT::setInverseFFT(), FFT::setSampling(), and FFT::shiftFrequencies().
Referenced by FFTDialog().
|
slot |
References boxSampling, Table::colIndex(), Graph::curve(), d_table, graph, and Table::text().
Referenced by FFTDialog(), and setGraph().
|
slot |
References activateCurve(), Graph::analysableCurvesList(), boxName, and graph.
Referenced by ApplicationWindow::showFFTDialog().
|
slot |
References boxImaginary, boxName, boxReal, boxSampling, Table::colIndex(), Table::columnsList(), d_table, Table::firstXCol(), Table::selectedColumns(), and Table::text().
Referenced by ApplicationWindow::showFFTDialog().
| QRadioButton * FFTDialog::backwardBtn |
Referenced by accept(), and FFTDialog().
| QComboBox * FFTDialog::boxImaginary |
Referenced by accept(), FFTDialog(), and setTable().
| QComboBox* FFTDialog::boxName |
Referenced by accept(), FFTDialog(), setGraph(), and setTable().
| QCheckBox* FFTDialog::boxNormalize |
Referenced by accept(), and FFTDialog().
| QCheckBox * FFTDialog::boxOrder |
Referenced by accept(), and FFTDialog().
| QComboBox * FFTDialog::boxReal |
Referenced by accept(), FFTDialog(), and setTable().
| QLineEdit* FFTDialog::boxSampling |
Referenced by accept(), activateCurve(), FFTDialog(), and setTable().
| QPushButton* FFTDialog::buttonCancel |
Referenced by FFTDialog().
| QPushButton* FFTDialog::buttonOK |
Referenced by FFTDialog().
|
private |
Referenced by accept(), activateCurve(), FFTDialog(), and setTable().
|
private |
Referenced by FFTDialog().
| QRadioButton* FFTDialog::forwardBtn |
Referenced by FFTDialog().
|
private |
Referenced by accept(), activateCurve(), FFTDialog(), and setGraph().
1.8.1