SciDAVis
1.D4
|
Integration options dialog. More...
#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) | |
~IntDialog () |
Public Attributes | |
QLineEdit * | boxEnd |
QComboBox * | boxMethod |
QComboBox * | boxName |
QCheckBox * | boxShowFormula |
QLineEdit * | boxStart |
QPushButton * | buttonCancel |
QPushButton * | buttonHelp |
QPushButton * | buttonOk |
Private Attributes | |
Graph * | graph |
Integration options dialog.
IntDialog::IntDialog | ( | QWidget * | parent = 0 , |
Qt::WFlags | fl = 0 |
||
) |
References accept(), activateCurve(), boxEnd, boxMethod, boxName, boxStart, buttonCancel, buttonHelp, buttonOk, and help().
|
inline |
|
slot |
References Graph::analysableCurvesList(), boxEnd, boxMethod, boxName, boxStart, Graph::curve(), graph, Filter::run(), and Integration::setMethod().
Referenced by IntDialog().
|
slot |
References boxEnd, boxStart, Graph::curve(), Graph::curveIndex(), ApplicationWindow::d_decimal_digits, graph, and Graph::range().
Referenced by IntDialog(), and setGraph().
|
slot |
References boxEnd, boxStart, ApplicationWindow::d_decimal_digits, graph, Graph::selectedXEndValue(), and Graph::selectedXStartValue().
Referenced by setGraph().
|
slot |
Referenced by IntDialog().
|
signal |
|
slot |
References activateCurve(), Graph::analysableCurvesList(), boxName, changeDataRange(), graph, and Graph::selectedCurveTitle().
QLineEdit* IntDialog::boxEnd |
Referenced by accept(), activateCurve(), changeDataRange(), and IntDialog().
QComboBox* IntDialog::boxMethod |
Referenced by accept(), and IntDialog().
QComboBox* IntDialog::boxName |
Referenced by accept(), IntDialog(), and setGraph().
QCheckBox* IntDialog::boxShowFormula |
QLineEdit* IntDialog::boxStart |
Referenced by accept(), activateCurve(), changeDataRange(), and IntDialog().
QPushButton* IntDialog::buttonCancel |
Referenced by IntDialog().
QPushButton* IntDialog::buttonHelp |
Referenced by IntDialog().
QPushButton* IntDialog::buttonOk |
Referenced by IntDialog().
|
private |
Referenced by accept(), activateCurve(), changeDataRange(), and setGraph().