GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
#include <QFitParWidget.h>
Public Slots | |
virtual void | EpsilonChk_toggled (bool zn) |
virtual void | EpsilonEdt_textChanged (const QString &value) |
virtual void | ErrorEdt_textChanged (const QString &value) |
virtual void | FixedChk_toggled (bool zn) |
virtual TGo4FitParameter * | GetPar () |
virtual void | RangeChk_toggled (bool zn) |
virtual void | RangeMaxEdt_textChanged (const QString &value) |
virtual void | RangeMinEdt_textChanged (const QString &value) |
virtual void | ValueEdt_textChanged (const QString &value) |
![]() | |
virtual void | ChangeName (const QString &name) |
virtual void | NameEdt_textChanged (const QString &name) |
virtual void | TitleEdt_textChanged (const QString &title) |
Public Member Functions | |
QFitParWidget (QWidget *parent=nullptr, const char *name=nullptr) | |
void | FillSpecificData () override |
![]() | |
QFitNamedWidget (QWidget *parent=nullptr, const char *name=nullptr) | |
~QFitNamedWidget () | |
![]() | |
QFitWidget (QWidget *parent=nullptr, const char *name=nullptr, Qt::WindowFlags fl=Qt::Widget) | |
~QFitWidget () | |
virtual void | FillWidget () |
virtual TGo4Fitter * | GetFitter () |
virtual QFitItem * | GetItem () |
virtual TObject * | GetObject () |
virtual void | SetItem (TGo4FitPanel *panel, QFitItem *iItem) |
virtual void | SetWidgetItemText (bool trace) |
virtual void | UpdateItemsOfType (int typ, bool allitems=false) |
virtual void | UpdateWidgetItem (bool trace) |
Additional Inherited Members | |
![]() | |
QLabel * | ClassNameLbl {nullptr} |
QLabel * | FullNameLbl {nullptr} |
QGo4LineEdit * | NameEdt {nullptr} |
QLabel * | TextLabel1 {nullptr} |
QLabel * | TextLabel2 {nullptr} |
QGo4LineEdit * | TitleEdt {nullptr} |
![]() | |
void | contextMenuEvent (QContextMenuEvent *e) override |
![]() | |
bool | fbFillWidget {false} |
QFitItem * | fxItem {nullptr} |
TGo4FitPanel * | fxPanel {nullptr} |
Definition at line 22 of file QFitParWidget.h.
QFitParWidget::QFitParWidget | ( | QWidget * | parent = nullptr, |
const char * | name = nullptr ) |
Definition at line 18 of file QFitParWidget.cpp.
References QFitNamedWidget::QFitNamedWidget(), EpsilonChk_toggled(), EpsilonEdt_textChanged(), ErrorEdt_textChanged(), FixedChk_toggled(), RangeChk_toggled(), RangeMaxEdt_textChanged(), RangeMinEdt_textChanged(), and ValueEdt_textChanged().
|
virtualslot |
Definition at line 130 of file QFitParWidget.cpp.
References QFitWidget::fbFillWidget, GetPar(), and TGo4FitParameter::SetEpsilonUse().
Referenced by QFitParWidget().
|
virtualslot |
Definition at line 106 of file QFitParWidget.cpp.
References TGo4FitParameter::ChangeEpsilon(), QFitWidget::fbFillWidget, and GetPar().
Referenced by QFitParWidget().
|
virtualslot |
Definition at line 77 of file QFitParWidget.cpp.
References QFitWidget::fbFillWidget, GetPar(), and TGo4FitParameter::SetError().
Referenced by QFitParWidget().
|
overridevirtual |
Reimplemented from QFitNamedWidget.
Definition at line 37 of file QFitParWidget.cpp.
References QFitNamedWidget::FillSpecificData(), TGo4FitParameter::GetEpsilon(), TGo4FitParameter::GetError(), TGo4FitParameter::GetFixed(), GetPar(), TGo4FitParameter::GetRange(), and TGo4FitParameter::GetValue().
|
virtualslot |
Definition at line 115 of file QFitParWidget.cpp.
References QFitWidget::fbFillWidget, GetPar(), and TGo4FitParameter::SetFixed().
Referenced by QFitParWidget().
|
virtualslot |
Definition at line 32 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().
|
virtualslot |
Definition at line 121 of file QFitParWidget.cpp.
References QFitWidget::fbFillWidget, GetPar(), and TGo4FitParameter::SetRangeUse().
Referenced by QFitParWidget().
|
virtualslot |
Definition at line 96 of file QFitParWidget.cpp.
References TGo4FitParameter::ChangeRangeMax(), QFitWidget::fbFillWidget, and GetPar().
Referenced by QFitParWidget().
|
virtualslot |
Definition at line 86 of file QFitParWidget.cpp.
References TGo4FitParameter::ChangeRangeMin(), QFitWidget::fbFillWidget, and GetPar().
Referenced by QFitParWidget().
|
virtualslot |
Definition at line 65 of file QFitParWidget.cpp.
References QFitWidget::fbFillWidget, GetPar(), TGo4FitParameter::SetValue(), and QFitWidget::SetWidgetItemText().
Referenced by QFitParWidget().