#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, const char *name=0, bool modal=false, Qt::WFlags fl=0) | |
| ~IntDialog () | |
Public Attributes | |
| QLineEdit * | boxEnd |
| QComboBox * | boxName |
| QSpinBox * | boxOrder |
| QCheckBox * | boxShowFormula |
| QLineEdit * | boxStart |
| QSpinBox * | boxSteps |
| QLineEdit * | boxTol |
| QPushButton * | buttonCancel |
| QPushButton * | buttonHelp |
| QPushButton * | buttonOk |
Private Attributes | |
| Graph * | graph |
| IntDialog::IntDialog | ( | QWidget * | parent = 0, |
|
| const char * | name = 0, |
|||
| bool | modal = false, |
|||
| Qt::WFlags | fl = 0 | |||
| ) |
| IntDialog::~IntDialog | ( | ) | [inline] |
| 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 |
| QComboBox* IntDialog::boxName |
| QSpinBox* IntDialog::boxOrder |
| QCheckBox* IntDialog::boxShowFormula |
| QLineEdit* IntDialog::boxStart |
| QSpinBox* IntDialog::boxSteps |
| QLineEdit* IntDialog::boxTol |
| QPushButton* IntDialog::buttonCancel |
| QPushButton* IntDialog::buttonHelp |
| QPushButton* IntDialog::buttonOk |
Graph* IntDialog::graph [private] |
1.5.3