#include <QFitParWidget.h>
Public Slots | |
virtual TGo4FitParameter * | GetPar () |
virtual void | FillSpecificData () |
virtual void | ValueEdt_textChanged (const QString &value) |
virtual void | ErrorEdt_textChanged (const QString &value) |
virtual void | RangeMinEdt_textChanged (const QString &value) |
virtual void | RangeMaxEdt_textChanged (const QString &value) |
virtual void | EpsilonEdt_textChanged (const QString &value) |
virtual void | FixedChk_toggled (bool zn) |
virtual void | RangeChk_toggled (bool zn) |
virtual void | EpsilonChk_toggled (bool zn) |
Public Member Functions | |
QFitParWidget (QWidget *parent=0, const char *name=0) |
Definition at line 23 of file QFitParWidget.h.
QFitParWidget::QFitParWidget | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Definition at line 21 of file QFitParWidget.cpp.
void QFitParWidget::EpsilonChk_toggled | ( | bool | zn | ) | [virtual, slot] |
Definition at line 126 of file QFitParWidget.cpp.
References QFitWidget::fbFillWidget, GetPar(), and TGo4FitParameter::SetEpsilonUse().
void QFitParWidget::EpsilonEdt_textChanged | ( | const QString & | value | ) | [virtual, slot] |
Definition at line 99 of file QFitParWidget.cpp.
References TGo4FitParameter::ChangeEpsilon(), QFitWidget::fbFillWidget, and GetPar().
void QFitParWidget::ErrorEdt_textChanged | ( | const QString & | value | ) | [virtual, slot] |
Definition at line 70 of file QFitParWidget.cpp.
References QFitWidget::fbFillWidget, GetPar(), and TGo4FitParameter::SetError().
void QFitParWidget::FillSpecificData | ( | ) | [virtual, slot] |
Reimplemented from QFitNamedWidget.
Definition at line 31 of file QFitParWidget.cpp.
References b, TGo4FitParameter::GetEpsilon(), TGo4FitParameter::GetError(), TGo4FitParameter::GetFixed(), GetPar(), TGo4FitParameter::GetRange(), and TGo4FitParameter::GetValue().
void QFitParWidget::FixedChk_toggled | ( | bool | zn | ) | [virtual, slot] |
Definition at line 110 of file QFitParWidget.cpp.
References QFitWidget::fbFillWidget, GetPar(), and TGo4FitParameter::SetFixed().
TGo4FitParameter * QFitParWidget::GetPar | ( | ) | [virtual, slot] |
Definition at line 27 of file QFitParWidget.cpp.
References QFitWidget::GetObject().
Referenced by EpsilonChk_toggled(), EpsilonEdt_textChanged(), ErrorEdt_textChanged(), FillSpecificData(), FixedChk_toggled(), RangeChk_toggled(), RangeMaxEdt_textChanged(), RangeMinEdt_textChanged(), and ValueEdt_textChanged().
void QFitParWidget::RangeChk_toggled | ( | bool | zn | ) | [virtual, slot] |
Definition at line 117 of file QFitParWidget.cpp.
References QFitWidget::fbFillWidget, GetPar(), and TGo4FitParameter::SetRangeUse().
void QFitParWidget::RangeMaxEdt_textChanged | ( | const QString & | value | ) | [virtual, slot] |
Definition at line 89 of file QFitParWidget.cpp.
References TGo4FitParameter::ChangeRangeMax(), QFitWidget::fbFillWidget, and GetPar().
void QFitParWidget::RangeMinEdt_textChanged | ( | const QString & | value | ) | [virtual, slot] |
Definition at line 79 of file QFitParWidget.cpp.
References TGo4FitParameter::ChangeRangeMin(), QFitWidget::fbFillWidget, and GetPar().
void QFitParWidget::ValueEdt_textChanged | ( | const QString & | value | ) | [virtual, slot] |
Definition at line 58 of file QFitParWidget.cpp.
References QFitWidget::fbFillWidget, GetPar(), TGo4FitParameter::SetValue(), and QFitWidget::SetWidgetItemText().