QtiPlot
0.9.8.2
|
Subtract reference data dialog. More...
#include <SubtractDataDialog.h>
Public Member Functions | |
void | setGraph (Graph *g) |
SubtractDataDialog (QWidget *parent=0, Qt::WFlags fl=0) |
Private Slots | |
void | interpolate () |
void | setCurrentFolder (bool) |
void | updateTableColumns (int tabnr) |
Private Member Functions | |
double | combineValues (double v1, double v2) |
Private Attributes | |
QComboBox * | boxColumnName |
QCheckBox * | boxCurrentFolder |
QComboBox * | boxInputName |
DoubleSpinBox * | boxOffset |
QComboBox * | boxOperation |
QComboBox * | boxReferenceName |
QRadioButton * | btnDataset |
QRadioButton * | btnValue |
QPushButton * | buttonApply |
QPushButton * | buttonCancel |
Graph * | graph |
Subtract reference data dialog.
SubtractDataDialog::SubtractDataDialog | ( | QWidget * | parent = 0 , |
Qt::WFlags | fl = 0 |
||
) |
References boxColumnName, boxCurrentFolder, boxInputName, boxOffset, boxOperation, boxReferenceName, btnDataset, btnValue, buttonApply, buttonCancel, ApplicationWindow::d_decimal_digits, interpolate(), setCurrentFolder(), DoubleSpinBox::setDecimals(), ApplicationWindow::tableNames(), and updateTableColumns().
|
private |
References boxOperation.
Referenced by interpolate().
|
privateslot |
References boxColumnName, boxInputName, boxOffset, boxReferenceName, btnValue, Table::cell(), Table::colIndex(), Table::colX(), combineValues(), Graph::curveIndex(), Graph::dataCurve(), DataCurve::endRow(), graph, Table::notifyChanges(), Table::numRows(), Table::setCell(), DataCurve::startRow(), DataCurve::table(), ApplicationWindow::table(), Table::text(), DoubleSpinBox::value(), and DataCurve::xColumnName().
Referenced by SubtractDataDialog().
|
privateslot |
References boxReferenceName, ApplicationWindow::currentFolder(), ApplicationWindow::tableNames(), updateTableColumns(), and Folder::windowsList().
Referenced by SubtractDataDialog().
void SubtractDataDialog::setGraph | ( | Graph * | g | ) |
References Graph::analysableCurvesList(), boxInputName, Graph::curveRange(), graph, Graph::rangeSelectorsEnabled(), and Graph::rangeSelectorTool().
Referenced by ApplicationWindow::subtractReferenceData().
|
privateslot |
References boxColumnName, boxReferenceName, Table::colLabel(), Table::colPlotDesignation(), Table::numCols(), ApplicationWindow::table(), and Table::X.
Referenced by setCurrentFolder(), and SubtractDataDialog().
|
private |
Referenced by interpolate(), SubtractDataDialog(), and updateTableColumns().
|
private |
Referenced by SubtractDataDialog().
|
private |
Referenced by interpolate(), setGraph(), and SubtractDataDialog().
|
private |
Referenced by interpolate(), and SubtractDataDialog().
|
private |
Referenced by combineValues(), and SubtractDataDialog().
|
private |
Referenced by interpolate(), setCurrentFolder(), SubtractDataDialog(), and updateTableColumns().
|
private |
Referenced by SubtractDataDialog().
|
private |
Referenced by interpolate(), and SubtractDataDialog().
|
private |
Referenced by SubtractDataDialog().
|
private |
Referenced by SubtractDataDialog().
|
private |
Referenced by interpolate(), and setGraph().