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 ( 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

ColorButton* InterpolationDialog::boxColor
private

Referenced by interpolate(), and InterpolationDialog().

DoubleSpinBox* InterpolationDialog::boxEnd
private
QComboBox* InterpolationDialog::boxMethod
private

Referenced by interpolate(), and InterpolationDialog().

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

Referenced by interpolate(), and InterpolationDialog().

DoubleSpinBox* InterpolationDialog::boxStart
private
QPushButton* InterpolationDialog::buttonCancel
private

Referenced by InterpolationDialog().

QPushButton* InterpolationDialog::buttonFit
private

Referenced by InterpolationDialog().

Graph* InterpolationDialog::graph
private

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