QtiPlot 0.9.8.2
Public Slots | Public Member Functions | Private Attributes
InterpolationDialog Class Reference

Interpolation options dialog. More...

#include <InterpolationDialog.h>

List of all members.

Public Slots

void activateCurve (const QString &)
void changeDataRange ()
void interpolate ()
void setGraph (Graph *g)

Public Member Functions

 InterpolationDialog (QWidget *parent=0, Qt::WFlags fl=0)

Private Attributes

ColorButtonboxColor
DoubleSpinBoxboxEnd
QComboBox * boxMethod
QComboBox * boxName
QSpinBox * boxPoints
DoubleSpinBoxboxStart
QPushButton * buttonCancel
QPushButton * buttonFit
Graphgraph

Detailed Description

Interpolation options dialog.


Constructor & Destructor Documentation

InterpolationDialog::InterpolationDialog ( QWidget *  parent = 0,
Qt::WFlags  fl = 0 
)

Member Function Documentation

void InterpolationDialog::activateCurve ( const QString &  s) [slot]
void InterpolationDialog::changeDataRange ( ) [slot]
void InterpolationDialog::interpolate ( ) [slot]
void InterpolationDialog::setGraph ( Graph g) [slot]

Member Data Documentation

Referenced by interpolate(), and InterpolationDialog().

QComboBox* InterpolationDialog::boxMethod [private]

Referenced by interpolate(), and InterpolationDialog().

QComboBox* InterpolationDialog::boxName [private]
QSpinBox* InterpolationDialog::boxPoints [private]

Referenced by interpolate(), and InterpolationDialog().

QPushButton* InterpolationDialog::buttonCancel [private]

Referenced by InterpolationDialog().

QPushButton* InterpolationDialog::buttonFit [private]

Referenced by InterpolationDialog().


The documentation for this class was generated from the following files: