29 #ifndef SMOOTHDIALOG_H
30 #define SMOOTHDIALOG_H
void setGraph(Graph *g)
Definition: SmoothCurveDialog.cpp:155
QSpinBox * boxOrder
Definition: SmoothCurveDialog.h:60
void smooth()
Definition: SmoothCurveDialog.cpp:136
QSpinBox * boxPointsLeft
Definition: SmoothCurveDialog.h:60
A 2D-plotting widget.
Definition: Graph.h:123
Graph * graph
Definition: SmoothCurveDialog.h:55
QPushButton * btnSmooth
Definition: SmoothCurveDialog.h:57
QSpinBox * boxPointsRight
Definition: SmoothCurveDialog.h:60
Smoothing options dialog.
Definition: SmoothCurveDialog.h:42
SmoothCurveDialog(int method, QWidget *parent=0, Qt::WFlags fl=0)
Definition: SmoothCurveDialog.cpp:47
int smooth_method
Definition: SmoothCurveDialog.h:56
QDoubleSpinBox * boxF
Definition: SmoothCurveDialog.h:61
QComboBox * boxName
Definition: SmoothCurveDialog.h:59
ColorButton * boxColor
Definition: SmoothCurveDialog.h:62
void activateCurve(const QString &)
Definition: SmoothCurveDialog.cpp:165
QPushButton * buttonCancel
Definition: SmoothCurveDialog.h:58