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

Fit exponential decay dialog. More...

#include <ExpDecayDialog.h>

Inheritance diagram for ExpDecayDialog:

Public Slots

void fit ()
 
void setGraph (Graph *g)
 

Public Member Functions

 ExpDecayDialog (int type, QWidget *parent=0, Qt::WFlags fl=0)
 

Private Slots

void activateCurve (const QString &)
 
void changeDataRange ()
 

Private Member Functions

void closeEvent (QCloseEvent *)
 

Private Attributes

DoubleSpinBoxboxAmplitude
 
ColorButtonboxColor
 
DoubleSpinBoxboxFirst
 
QComboBox * boxName
 
DoubleSpinBoxboxSecond
 
DoubleSpinBoxboxStart
 
DoubleSpinBoxboxThird
 
DoubleSpinBoxboxYOffset
 
QPushButton * buttonCancel
 
QPushButton * buttonFit
 
QLabel * dampingLabel
 
Fitfitter
 
Graphgraph
 
int slopes
 
QLabel * thirdLabel
 

Detailed Description

Fit exponential decay dialog.

Constructor & Destructor Documentation

ExpDecayDialog::ExpDecayDialog ( int  type,
QWidget *  parent = 0,
Qt::WFlags  fl = 0 
)

Member Function Documentation

void ExpDecayDialog::activateCurve ( const QString &  s)
privateslot
void ExpDecayDialog::changeDataRange ( )
privateslot
void ExpDecayDialog::closeEvent ( QCloseEvent *  e)
private
void ExpDecayDialog::fit ( )
slot
void ExpDecayDialog::setGraph ( Graph g)
slot

Member Data Documentation

DoubleSpinBox* ExpDecayDialog::boxAmplitude
private

Referenced by activateCurve(), ExpDecayDialog(), and fit().

ColorButton* ExpDecayDialog::boxColor
private

Referenced by ExpDecayDialog(), and fit().

DoubleSpinBox* ExpDecayDialog::boxFirst
private

Referenced by ExpDecayDialog(), and fit().

QComboBox* ExpDecayDialog::boxName
private

Referenced by ExpDecayDialog(), fit(), and setGraph().

DoubleSpinBox* ExpDecayDialog::boxSecond
private

Referenced by ExpDecayDialog(), and fit().

DoubleSpinBox* ExpDecayDialog::boxStart
private
DoubleSpinBox* ExpDecayDialog::boxThird
private

Referenced by ExpDecayDialog(), and fit().

DoubleSpinBox* ExpDecayDialog::boxYOffset
private

Referenced by activateCurve(), ExpDecayDialog(), and fit().

QPushButton* ExpDecayDialog::buttonCancel
private

Referenced by ExpDecayDialog().

QPushButton* ExpDecayDialog::buttonFit
private

Referenced by ExpDecayDialog().

QLabel * ExpDecayDialog::dampingLabel
private

Referenced by ExpDecayDialog().

Fit* ExpDecayDialog::fitter
private

Referenced by closeEvent(), fit(), and setGraph().

Graph* ExpDecayDialog::graph
private
int ExpDecayDialog::slopes
private

Referenced by activateCurve(), and fit().

QLabel* ExpDecayDialog::thirdLabel
private

Referenced by ExpDecayDialog().


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