QtiPlot
0.9.8.2
|
Smoothing options dialog. More...
#include <SmoothCurveDialog.h>
Public Slots | |
void | activateCurve (const QString &) |
void | setGraph (Graph *g) |
void | smooth () |
Public Member Functions | |
SmoothCurveDialog (int method, QWidget *parent=0, Qt::WFlags fl=0) | |
Private Attributes | |
ColorButton * | boxColor |
QDoubleSpinBox * | boxF |
QComboBox * | boxName |
QSpinBox * | boxOrder |
QSpinBox * | boxPointsLeft |
QSpinBox * | boxPointsRight |
QPushButton * | btnSmooth |
QPushButton * | buttonCancel |
Graph * | graph |
int | smooth_method |
Smoothing options dialog.
SmoothCurveDialog::SmoothCurveDialog | ( | int | method, |
QWidget * | parent = 0 , |
||
Qt::WFlags | fl = 0 |
||
) |
|
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, boxF, boxName, boxOrder, boxPointsLeft, boxPointsRight, ColorButton::color(), Graph::curve(), graph, SmoothFilter::Lowess, Filter::run(), SmoothFilter::SavitzkyGolay, Filter::setColor(), SmoothFilter::setLowessParameter(), SmoothFilter::setPolynomOrder(), SmoothFilter::setSmoothPoints(), and smooth_method.
Referenced by SmoothCurveDialog().
|
private |
Referenced by smooth(), and SmoothCurveDialog().
|
private |
Referenced by smooth(), and SmoothCurveDialog().
|
private |
Referenced by setGraph(), smooth(), and SmoothCurveDialog().
|
private |
Referenced by smooth(), and SmoothCurveDialog().
|
private |
Referenced by activateCurve(), smooth(), and SmoothCurveDialog().
|
private |
Referenced by smooth(), and SmoothCurveDialog().
|
private |
Referenced by SmoothCurveDialog().
|
private |
Referenced by SmoothCurveDialog().
|
private |
Referenced by activateCurve(), setGraph(), and smooth().
|
private |
Referenced by activateCurve(), and smooth().