|
SciDAVis
1.D4
|
Smoothing options dialog. More...
#include <SmoothCurveDialog.h>
Public Slots | |
| void | activateCurve (const QString &curveName) |
| void | setGraph (Graph *g) |
| void | smooth () |
Public Member Functions | |
| SmoothCurveDialog (int method, QWidget *parent=0, Qt::WFlags fl=0) | |
| ~SmoothCurveDialog () | |
Public Attributes | |
| ColorBox * | boxColor |
| QComboBox * | boxName |
| QSpinBox * | boxOrder |
| QSpinBox * | boxPointsLeft |
| QSpinBox * | boxPointsRight |
| QPushButton * | btnSmooth |
| QPushButton * | buttonCancel |
Private Attributes | |
| Graph * | graph |
| int | smooth_method |
Smoothing options dialog.
| SmoothCurveDialog::SmoothCurveDialog | ( | int | method, |
| QWidget * | parent = 0, |
||
| Qt::WFlags | fl = 0 |
||
| ) |
|
inline |
|
slot |
References SmoothFilter::Average, boxPointsLeft, Graph::curve(), graph, and smooth_method.
Referenced by setGraph(), and SmoothCurveDialog().
|
slot |
References activateCurve(), Graph::analysableCurvesList(), boxName, and graph.
Referenced by ApplicationWindow::showSmoothDialog().
|
slot |
References boxColor, boxName, boxOrder, boxPointsLeft, boxPointsRight, graph, Filter::run(), SmoothFilter::SavitzkyGolay, Filter::setColor(), SmoothFilter::setPolynomOrder(), SmoothFilter::setSmoothPoints(), and smooth_method.
Referenced by SmoothCurveDialog().
| ColorBox* SmoothCurveDialog::boxColor |
Referenced by smooth(), and SmoothCurveDialog().
| QComboBox* SmoothCurveDialog::boxName |
Referenced by setGraph(), smooth(), and SmoothCurveDialog().
| QSpinBox * SmoothCurveDialog::boxOrder |
Referenced by smooth(), and SmoothCurveDialog().
| QSpinBox* SmoothCurveDialog::boxPointsLeft |
Referenced by activateCurve(), smooth(), and SmoothCurveDialog().
| QSpinBox * SmoothCurveDialog::boxPointsRight |
Referenced by smooth(), and SmoothCurveDialog().
| QPushButton* SmoothCurveDialog::btnSmooth |
Referenced by SmoothCurveDialog().
| QPushButton* SmoothCurveDialog::buttonCancel |
Referenced by SmoothCurveDialog().
|
private |
Referenced by activateCurve(), setGraph(), and smooth().
|
private |
Referenced by activateCurve(), smooth(), and SmoothCurveDialog().
1.8.1