Add functions to the abstract base class
The plan is: 1. On "fit" or "seq fit", emit a signal functionUpdateRequested. The signal has a bool to say if it's sequential or not. 2. MuonAnalysisFitFunctionHelper sinks the signal and gets the function string from FunctionBrowser. 3. MuonAnalysisFitFunctionHelper passes function string to MuonFitPropertyBrowser and calls runFit() or runSequentialFit(). The overall aim is to sync the function with the user's input before a fit is run. re #15518
Showing
- MantidQt/MantidWidgets/inc/MantidQtMantidWidgets/IMuonFitFunctionControl.h 6 additions, 0 deletions...dgets/inc/MantidQtMantidWidgets/IMuonFitFunctionControl.h
- MantidQt/MantidWidgets/inc/MantidQtMantidWidgets/MuonFitPropertyBrowser.h 6 additions, 0 deletions...idgets/inc/MantidQtMantidWidgets/MuonFitPropertyBrowser.h
- MantidQt/MantidWidgets/src/MuonFitPropertyBrowser.cpp 24 additions, 2 deletionsMantidQt/MantidWidgets/src/MuonFitPropertyBrowser.cpp
Loading
Please register or sign in to comment