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