QtiPlot  0.9.8.2
Public Slots | Public Member Functions | Private Attributes | List of all members
InterpolationDialog Class Reference

Interpolation options dialog. More...

#include <InterpolationDialog.h>

Inheritance diagram for InterpolationDialog:

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::InterpolationDialog ( QWidget *  parent = 0,
Qt::WFlags  fl = 0 
)

Member Function Documentation

◆ activateCurve

void InterpolationDialog::activateCurve ( const QString &  s)
slot

◆ changeDataRange

void InterpolationDialog::changeDataRange ( )
slot

◆ interpolate

void InterpolationDialog::interpolate ( )
slot

◆ setGraph

void InterpolationDialog::setGraph ( Graph g)
slot

Member Data Documentation

◆ boxColor

ColorButton* InterpolationDialog::boxColor
private

Referenced by interpolate(), and InterpolationDialog().

◆ boxEnd

DoubleSpinBox* InterpolationDialog::boxEnd
private

◆ boxMethod

QComboBox* InterpolationDialog::boxMethod
private

Referenced by interpolate(), and InterpolationDialog().

◆ boxName

QComboBox* InterpolationDialog::boxName
private

◆ boxPoints

QSpinBox* InterpolationDialog::boxPoints
private

Referenced by interpolate(), and InterpolationDialog().

◆ boxStart

DoubleSpinBox* InterpolationDialog::boxStart
private

◆ buttonCancel

QPushButton* InterpolationDialog::buttonCancel
private

Referenced by InterpolationDialog().

◆ buttonFit

QPushButton* InterpolationDialog::buttonFit
private

Referenced by InterpolationDialog().

◆ graph

Graph* InterpolationDialog::graph
private

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