Mantid
|
This is a dialog for doing setting up the MultiBG function. More...
#include <MultifitSetupDialog.h>
Public Member Functions | |
QStringList | getParameterTies () const |
Returns a list of parameter ties. More... | |
MultifitSetupDialog (FitPropertyBrowser *fitBrowser) | |
Default constructor. More... | |
Private Slots | |
void | accept () override |
Setup the function and close dialog. More... | |
void | cellChanged (int, int) |
Private Attributes | |
FitPropertyBrowser * | m_fitBrowser |
Pointer to the calling fit browser. More... | |
QStringList | m_ties |
A list with parameter ties. More... | |
Ui::MultifitSetupDialog | ui |
The form generated with Qt Designer. More... | |
This is a dialog for doing setting up the MultiBG function.
Definition at line 22 of file MultifitSetupDialog.h.
MantidQt::MantidWidgets::MultifitSetupDialog::MultifitSetupDialog | ( | FitPropertyBrowser * | fitBrowser | ) |
Default constructor.
Constructor.
fitBrowser |
Definition at line 26 of file MultifitSetupDialog.cpp.
References cellChanged(), MantidQt::MantidWidgets::FitPropertyBrowser::compositeFunction(), m_fitBrowser, and ui.
|
overrideprivateslot |
Setup the function and close dialog.
Definition at line 47 of file MultifitSetupDialog.cpp.
|
privateslot |
Definition at line 59 of file MultifitSetupDialog.cpp.
References MantidQt::MantidWidgets::FitPropertyBrowser::compositeFunction(), m_fitBrowser, and ui.
Referenced by MultifitSetupDialog().
|
inline |
Returns a list of parameter ties.
Empty string means no ties and parameter is local
Definition at line 31 of file MultifitSetupDialog.h.
References m_ties.
|
private |
Pointer to the calling fit browser.
Definition at line 44 of file MultifitSetupDialog.h.
Referenced by cellChanged(), and MultifitSetupDialog().
|
private |
A list with parameter ties.
Definition at line 47 of file MultifitSetupDialog.h.
Referenced by accept(), and getParameterTies().
|
private |
The form generated with Qt Designer.
Definition at line 41 of file MultifitSetupDialog.h.
Referenced by accept(), cellChanged(), and MultifitSetupDialog().