#include <IntDialog.h>
Public Slots | |
| void | accept () |
| void | activateCurve (const QString &curveName) |
| void | changeDataRange () |
| void | help () |
| void | setGraph (Graph *g) |
Signals | |
| void | integrate (int, int, int, double, double, double) |
Public Member Functions | |
| IntDialog (QWidget *parent=0, Qt::WFlags fl=0) | |
Private Attributes | |
| QLineEdit * | boxEnd |
| QComboBox * | boxName |
| QSpinBox * | boxOrder |
| QCheckBox * | boxShowFormula |
| QLineEdit * | boxStart |
| QSpinBox * | boxSteps |
| QLineEdit * | boxTol |
| QPushButton * | buttonCancel |
| QPushButton * | buttonHelp |
| QPushButton * | buttonOk |
| Graph * | graph |
| IntDialog::IntDialog | ( | QWidget * | parent = 0, |
|
| Qt::WFlags | fl = 0 | |||
| ) |
| void IntDialog::accept | ( | ) | [slot] |
| void IntDialog::activateCurve | ( | const QString & | curveName | ) | [slot] |
| void IntDialog::changeDataRange | ( | ) | [slot] |
| void IntDialog::help | ( | ) | [slot] |
| void IntDialog::integrate | ( | int | , | |
| int | , | |||
| int | , | |||
| double | , | |||
| double | , | |||
| double | ||||
| ) | [signal] |
| void IntDialog::setGraph | ( | Graph * | g | ) | [slot] |
QLineEdit* IntDialog::boxEnd [private] |
QComboBox* IntDialog::boxName [private] |
QSpinBox* IntDialog::boxOrder [private] |
QCheckBox* IntDialog::boxShowFormula [private] |
QLineEdit* IntDialog::boxStart [private] |
QSpinBox* IntDialog::boxSteps [private] |
QLineEdit* IntDialog::boxTol [private] |
QPushButton* IntDialog::buttonCancel [private] |
QPushButton* IntDialog::buttonHelp [private] |
QPushButton* IntDialog::buttonOk [private] |
Graph* IntDialog::graph [private] |
1.5.4