#include <InterpolationDialog.h>
Public Slots | |
void | activateCurve (const QString &curveName) |
void | changeDataRange () |
void | interpolate () |
void | setGraph (Graph *g) |
Public Member Functions | |
InterpolationDialog (QWidget *parent=0, Qt::WFlags fl=0) | |
Private Attributes | |
ColorBox * | boxColor |
QLineEdit * | boxEnd |
QComboBox * | boxMethod |
QComboBox * | boxName |
QSpinBox * | boxPoints |
QLineEdit * | boxStart |
QPushButton * | buttonCancel |
QPushButton * | buttonFit |
Graph * | graph |
InterpolationDialog::InterpolationDialog | ( | QWidget * | parent = 0 , |
|
Qt::WFlags | fl = 0 | |||
) |
void InterpolationDialog::activateCurve | ( | const QString & | curveName | ) | [slot] |
void InterpolationDialog::changeDataRange | ( | ) | [slot] |
void InterpolationDialog::interpolate | ( | ) | [slot] |
void InterpolationDialog::setGraph | ( | Graph * | g | ) | [slot] |
ColorBox* InterpolationDialog::boxColor [private] |
QLineEdit* InterpolationDialog::boxEnd [private] |
QComboBox* InterpolationDialog::boxMethod [private] |
QComboBox* InterpolationDialog::boxName [private] |
QSpinBox* InterpolationDialog::boxPoints [private] |
QLineEdit* InterpolationDialog::boxStart [private] |
QPushButton* InterpolationDialog::buttonCancel [private] |
QPushButton* InterpolationDialog::buttonFit [private] |
Graph* InterpolationDialog::graph [private] |