QtiPlot
0.9.8.2
|
Interpolation options dialog. More...
#include <InterpolationDialog.h>
Public Slots | |
void | activateCurve (const QString &) |
void | changeDataRange () |
void | interpolate () |
void | setGraph (Graph *g) |
Public Member Functions | |
InterpolationDialog (QWidget *parent=0, Qt::WFlags fl=0) | |
Private Attributes | |
ColorButton * | boxColor |
DoubleSpinBox * | boxEnd |
QComboBox * | boxMethod |
QComboBox * | boxName |
QSpinBox * | boxPoints |
DoubleSpinBox * | boxStart |
QPushButton * | buttonCancel |
QPushButton * | buttonFit |
Graph * | graph |
Interpolation options dialog.
InterpolationDialog::InterpolationDialog | ( | QWidget * | parent = 0 , |
Qt::WFlags | fl = 0 |
||
) |
void InterpolationDialog::activateCurve | ( | const QString & | s | ) | [slot] |
References boxEnd, boxStart, Graph::curve(), graph, Graph::range(), and DoubleSpinBox::setValue().
Referenced by InterpolationDialog(), and setGraph().
void InterpolationDialog::changeDataRange | ( | ) | [slot] |
References boxEnd, boxStart, graph, Graph::selectedXEndValue(), Graph::selectedXStartValue(), and DoubleSpinBox::setValue().
Referenced by setGraph().
void InterpolationDialog::interpolate | ( | ) | [slot] |
References Graph::analysableCurvesList(), boxColor, boxEnd, boxMethod, boxName, boxPoints, boxStart, ColorButton::color(), Graph::curve(), graph, Filter::run(), Filter::setColor(), Filter::setOutputPoints(), and DoubleSpinBox::value().
Referenced by InterpolationDialog().
void InterpolationDialog::setGraph | ( | Graph * | g | ) | [slot] |
ColorButton* InterpolationDialog::boxColor [private] |
Referenced by interpolate(), and InterpolationDialog().
DoubleSpinBox* InterpolationDialog::boxEnd [private] |
Referenced by activateCurve(), changeDataRange(), interpolate(), and InterpolationDialog().
QComboBox* InterpolationDialog::boxMethod [private] |
Referenced by interpolate(), and InterpolationDialog().
QComboBox* InterpolationDialog::boxName [private] |
Referenced by interpolate(), InterpolationDialog(), and setGraph().
QSpinBox* InterpolationDialog::boxPoints [private] |
Referenced by interpolate(), and InterpolationDialog().
DoubleSpinBox* InterpolationDialog::boxStart [private] |
Referenced by activateCurve(), changeDataRange(), interpolate(), and InterpolationDialog().
QPushButton* InterpolationDialog::buttonCancel [private] |
Referenced by InterpolationDialog().
QPushButton* InterpolationDialog::buttonFit [private] |
Referenced by InterpolationDialog().
Graph* InterpolationDialog::graph [private] |
Referenced by activateCurve(), changeDataRange(), interpolate(), and setGraph().