#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, const char *name=0, bool modal=false, Qt::WFlags fl=0) | |
~InterpolationDialog () | |
Public Attributes | |
ColorBox * | boxColor |
QLineEdit * | boxEnd |
QComboBox * | boxMethod |
QComboBox * | boxName |
QSpinBox * | boxPoints |
QLineEdit * | boxStart |
QPushButton * | buttonCancel |
QPushButton * | buttonFit |
Private Attributes | |
Graph * | graph |
InterpolationDialog::InterpolationDialog | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 , |
|||
bool | modal = false , |
|||
Qt::WFlags | fl = 0 | |||
) |
InterpolationDialog::~InterpolationDialog | ( | ) | [inline] |
void InterpolationDialog::activateCurve | ( | const QString & | curveName | ) | [slot] |
void InterpolationDialog::changeDataRange | ( | ) | [slot] |
void InterpolationDialog::interpolate | ( | ) | [slot] |
void InterpolationDialog::setGraph | ( | Graph * | g | ) | [slot] |
QLineEdit* InterpolationDialog::boxEnd |
QComboBox* InterpolationDialog::boxMethod |
QComboBox* InterpolationDialog::boxName |
QSpinBox* InterpolationDialog::boxPoints |
QLineEdit* InterpolationDialog::boxStart |
QPushButton* InterpolationDialog::buttonCancel |
QPushButton* InterpolationDialog::buttonFit |
Graph* InterpolationDialog::graph [private] |