#include <IntDialog.h>
Public Slots | |
| void | accept () |
Public Member Functions | |
| IntDialog (QWidget *parent=0, Graph *g=0, Qt::WFlags fl=0) | |
Private Attributes | |
| DoubleSpinBox * | boxEnd |
| QTextEdit * | boxName |
| QSpinBox * | boxOrder |
| QCheckBox * | boxPlot |
| DoubleSpinBox * | boxStart |
| QSpinBox * | boxSteps |
| DoubleSpinBox * | boxTol |
| QLineEdit * | boxVariable |
| QPushButton * | buttonCancel |
| QPushButton * | buttonOk |
| Graph * | d_graph |
| IntDialog::IntDialog | ( | QWidget * | parent = 0, |
|
| Graph * | g = 0, |
|||
| Qt::WFlags | fl = 0 | |||
| ) |
| void IntDialog::accept | ( | ) | [slot] |
References boxEnd, boxName, boxOrder, boxPlot, boxStart, boxSteps, boxTol, boxVariable, d_graph, Filter::enableGraphicsDisplay(), Filter::run(), Filter::setMaximumIterations(), Integration::setMethodOrder(), Filter::setTolerance(), and DoubleSpinBox::value().
Referenced by IntDialog().
DoubleSpinBox* IntDialog::boxEnd [private] |
Referenced by accept(), and IntDialog().
QTextEdit* IntDialog::boxName [private] |
Referenced by accept(), and IntDialog().
QSpinBox* IntDialog::boxOrder [private] |
Referenced by accept(), and IntDialog().
QCheckBox* IntDialog::boxPlot [private] |
Referenced by accept(), and IntDialog().
DoubleSpinBox* IntDialog::boxStart [private] |
Referenced by accept(), and IntDialog().
QSpinBox* IntDialog::boxSteps [private] |
Referenced by accept(), and IntDialog().
DoubleSpinBox* IntDialog::boxTol [private] |
Referenced by accept(), and IntDialog().
QLineEdit* IntDialog::boxVariable [private] |
Referenced by accept(), and IntDialog().
QPushButton* IntDialog::buttonCancel [private] |
Referenced by IntDialog().
QPushButton* IntDialog::buttonOk [private] |
Referenced by IntDialog().
Graph* IntDialog::d_graph [private] |
Referenced by accept().
1.5.6