#include <ExpDecayDialog.h>
Public Slots | |
void | fit () |
void | setGraph (Graph *g) |
Signals | |
void | options (const QString &, double, double, double, int) |
void | options (const QString &, double, double, double, double, int) |
void | options3 (const QString &, double, double, double, double, double, int) |
Public Member Functions | |
ExpDecayDialog (int type, QWidget *parent=0, const char *name=0, bool modal=false, Qt::WFlags fl=0) | |
~ExpDecayDialog () | |
Private Slots | |
void | activateCurve (const QString &curveName) |
void | changeDataRange () |
Private Member Functions | |
void | closeEvent (QCloseEvent *) |
Private Attributes | |
QLineEdit * | boxAmplitude |
ColorBox * | boxColor |
QLineEdit * | boxFirst |
QComboBox * | boxName |
QLineEdit * | boxSecond |
QLineEdit * | boxStart |
QLineEdit * | boxThird |
QLineEdit * | boxYOffset |
QPushButton * | buttonCancel |
QPushButton * | buttonFit |
QLabel * | dampingLabel |
Fit * | fitter |
Graph * | graph |
int | slopes |
QLabel * | thirdLabel |
ExpDecayDialog::ExpDecayDialog | ( | int | type, | |
QWidget * | parent = 0 , |
|||
const char * | name = 0 , |
|||
bool | modal = false , |
|||
Qt::WFlags | fl = 0 | |||
) |
ExpDecayDialog::~ExpDecayDialog | ( | ) | [inline] |
void ExpDecayDialog::activateCurve | ( | const QString & | curveName | ) | [private, slot] |
void ExpDecayDialog::changeDataRange | ( | ) | [private, slot] |
void ExpDecayDialog::closeEvent | ( | QCloseEvent * | e | ) | [private] |
void ExpDecayDialog::fit | ( | ) | [slot] |
void ExpDecayDialog::options | ( | const QString & | , | |
double | , | |||
double | , | |||
double | , | |||
int | ||||
) | [signal] |
void ExpDecayDialog::options | ( | const QString & | , | |
double | , | |||
double | , | |||
double | , | |||
double | , | |||
int | ||||
) | [signal] |
void ExpDecayDialog::options3 | ( | const QString & | , | |
double | , | |||
double | , | |||
double | , | |||
double | , | |||
double | , | |||
int | ||||
) | [signal] |
void ExpDecayDialog::setGraph | ( | Graph * | g | ) | [slot] |
QLineEdit* ExpDecayDialog::boxAmplitude [private] |
ColorBox* ExpDecayDialog::boxColor [private] |
QLineEdit* ExpDecayDialog::boxFirst [private] |
QComboBox* ExpDecayDialog::boxName [private] |
QLineEdit* ExpDecayDialog::boxSecond [private] |
QLineEdit* ExpDecayDialog::boxStart [private] |
QLineEdit* ExpDecayDialog::boxThird [private] |
QLineEdit* ExpDecayDialog::boxYOffset [private] |
QPushButton* ExpDecayDialog::buttonCancel [private] |
QPushButton* ExpDecayDialog::buttonFit [private] |
QLabel * ExpDecayDialog::dampingLabel [private] |
Fit* ExpDecayDialog::fitter [private] |
Graph* ExpDecayDialog::graph [private] |
int ExpDecayDialog::slopes [private] |
QLabel* ExpDecayDialog::thirdLabel [private] |