#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) | |
Private Attributes | |
ColorBox * | boxColor |
QComboBox * | boxName |
QSpinBox * | boxOrder |
QSpinBox * | boxPointsLeft |
QSpinBox * | boxPointsRight |
QPushButton * | btnSmooth |
QPushButton * | buttonCancel |
Graph * | graph |
int | smooth_method |
SmoothCurveDialog::SmoothCurveDialog | ( | int | method, | |
QWidget * | parent = 0 , |
|||
Qt::WFlags | fl = 0 | |||
) |
void SmoothCurveDialog::activateCurve | ( | const QString & | curveName | ) | [slot] |
void SmoothCurveDialog::setGraph | ( | Graph * | g | ) | [slot] |
void SmoothCurveDialog::smooth | ( | ) | [slot] |
ColorBox* SmoothCurveDialog::boxColor [private] |
QComboBox* SmoothCurveDialog::boxName [private] |
QSpinBox * SmoothCurveDialog::boxOrder [private] |
QSpinBox* SmoothCurveDialog::boxPointsLeft [private] |
QSpinBox * SmoothCurveDialog::boxPointsRight [private] |
QPushButton* SmoothCurveDialog::btnSmooth [private] |
QPushButton* SmoothCurveDialog::buttonCancel [private] |
Graph* SmoothCurveDialog::graph [private] |
int SmoothCurveDialog::smooth_method [private] |