#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, const char *name=0, bool modal=false, 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 |
enum FFTDialog::DataType |
FFTDialog::FFTDialog | ( | int | type, | |
QWidget * | parent = 0 , |
|||
const char * | name = 0 , |
|||
bool | modal = false , |
|||
Qt::WFlags | fl = 0 | |||
) |
FFTDialog::~FFTDialog | ( | ) | [inline] |
void FFTDialog::accept | ( | ) | [slot] |
void FFTDialog::activateCurve | ( | const QString & | curveName | ) | [slot] |
void FFTDialog::setGraph | ( | Graph * | g | ) | [slot] |
void FFTDialog::setTable | ( | Table * | t | ) | [slot] |
QRadioButton * FFTDialog::backwardBtn |
QComboBox * FFTDialog::boxImaginary |
QComboBox* FFTDialog::boxName |
QCheckBox* FFTDialog::boxNormalize |
QCheckBox * FFTDialog::boxOrder |
QComboBox * FFTDialog::boxReal |
QLineEdit* FFTDialog::boxSampling |
QPushButton* FFTDialog::buttonCancel |
QPushButton* FFTDialog::buttonOK |
Table* FFTDialog::d_table [private] |
int FFTDialog::d_type [private] |
QRadioButton* FFTDialog::forwardBtn |
Graph* FFTDialog::graph [private] |