|
Mantid
|
#include <FitScriptGeneratorView.h>
Public Member Functions | |
| QPushButton * | addWorkspaceButton () const override |
| void | addWorkspaceDomain (std::string const &workspaceName, WorkspaceIndex workspaceIndex, double startX, double endX) override |
| std::vector< FitDomainIndex > | allRows () const override |
| bool | applyFunctionChangesToAll () const override |
| Mantid::API::IFunction::Attribute | attributeValue (std::string const &attribute) const override |
| void | clearFunction () override |
| void | clearHandle () override |
| If the ADS is cleared, then this function will trigger, works by overloading this class and overriding this function. | |
| FitDomainIndex | currentRow () const override |
| void | deleteHandle (std::string const &wsName, Workspace_sptr const &ws) override |
| If a workspace is deleted from the ADS, then this function will trigger, works by overloading this class and overriding this function. | |
| void | displayWarning (std::string const &message) override |
| double | endX (FitDomainIndex index) const override |
| std::string | filepath () const override |
| std::tuple< std::string, std::string, std::string, std::string, std::string, bool > | fitOptions () const override |
| FitScriptGeneratorView (QWidget *parent=nullptr, FittingMode fittingMode=FittingMode::SEQUENTIAL, QMap< QString, QString > const &fitOptions=QMap< QString, QString >()) | |
| QPushButton * | generateScriptToClipboardButton () const override |
| QPushButton * | generateScriptToFileButton () const override |
| std::vector< Mantid::API::MatrixWorkspace_const_sptr > | getDialogWorkspaces (MantidWidgets::IAddWorkspaceDialog *dialog) override |
| std::tuple< std::string, std::vector< double >, std::vector< bool >, std::vector< std::string >, std::vector< std::string > > | getEditLocalParameterResults () const override |
| bool | hasLoadedData () const override |
| void | openAddWorkspaceDialog () override |
| void | openEditLocalParameterDialog (std::string const ¶meter, std::vector< std::string > const &workspaceNames, std::vector< std::string > const &domainNames, std::vector< double > const &values, std::vector< bool > const &fixes, std::vector< std::string > const &ties, std::vector< std::string > const &constraints) override |
| double | parameterValue (std::string const ¶meter) const override |
| QPushButton * | removeButton () const override |
| void | removeDomain (FitDomainIndex domainIndex) override |
| void | renameHandle (std::string const &wsName, std::string const &newName) override |
| If a workspace is renamed in the ADS, then this function will trigger, works by overloading this class and overriding this function. | |
| void | renameWorkspace (std::string const &workspaceName, std::string const &newName) override |
| void | resetSelection () override |
| void | saveTextToClipboard (std::string const &text) const override |
| std::vector< FitDomainIndex > | selectedRows () const override |
| void | setFunction (Mantid::API::IFunction_sptr const &function) const override |
| void | setGlobalParameters (std::vector< GlobalParameter > const &globalParameter) override |
| void | setGlobalTies (std::vector< GlobalTie > const &globalTies) override |
| void | setSimultaneousMode (bool simultaneousMode) override |
| void | setSuccessText (std::string const &text) override |
| double | startX (FitDomainIndex index) const override |
| void | subscribePresenter (IFitScriptGeneratorPresenter *presenter) override |
| FitScriptGeneratorDataTable * | tableWidget () const override |
| Testing accessors. | |
| WorkspaceIndex | workspaceIndex (FitDomainIndex index) const override |
| std::string | workspaceName (FitDomainIndex index) const override |
| ~FitScriptGeneratorView () override | |
Public Member Functions inherited from MantidQt::MantidWidgets::IFitScriptGeneratorView | |
| IFitScriptGeneratorView (QWidget *parent=nullptr) | |
| virtual | ~IFitScriptGeneratorView ()=default |
Public Member Functions inherited from MantidQt::API::MantidWidget | |
| virtual QVariant | getUserInput () const |
| Returns a QVariant containing what the widget classes as user input so that input can be returned through a common interface. | |
| virtual void | setUserInput (const QVariant &value) |
| Sets a value on a mantid widget through a common interface. | |
Public Member Functions inherited from Mantid::API::AnalysisDataServiceObserver | |
| virtual void | addHandle (const std::string &wsName, const Workspace_sptr &ws) |
| If a workspace is added to the ADS, then this function will trigger, works by overloading this class and overriding this function. | |
| AnalysisDataServiceObserver () | |
| virtual void | anyChangeHandle () |
| If anyChange to the ADS occurs then this function will trigger, works by overloading this class and overriding this function. | |
| virtual void | groupHandle (const std::string &wsName, const Workspace_sptr &ws) |
| If a group is created/added to the ADS, then this function will trigger, works by overloading this class and overriding this function. | |
| virtual void | groupUpdateHandle (const std::string &wsName, const Workspace_sptr &ws) |
| If a group has a workspace added/removed in the ADS, then this function will trigger, works by overloading this class and overriding this function. | |
| void | observeAdd (bool turnOn=true) |
| Function will add/remove the observer to the ADS for when a workspace is added to it. | |
| void | observeAll (bool turnOn=true) |
| Function will turn on/off all observers for the ADS. | |
| void | observeClear (bool turnOn=true) |
| Function will add/remove the observer to the ADS for when the ADS is cleared. | |
| void | observeDelete (bool turnOn=true) |
| Function will add/remove the observer to the ADS for when a workspace is deleted. | |
| void | observeGroup (bool turnOn=true) |
| Function will add/remove the observer to the ADS for when a group is added/created in the ADS. | |
| void | observeGroupUpdate (bool turnOn=true) |
| Function will add/remove the observer to the ADS for if a workspace is added to a group or removed. | |
| void | observeRename (bool turnOn=true) |
| Function will add/remove the observer to the ADS for when a workspace is renamed. | |
| void | observeReplace (bool turnOn=true) |
| Function will add/remove the observer to the ADS for when a workspace is replaced. | |
| void | observeUnGroup (bool turnOn=true) |
| Function will add/remove the observer to the ADS for when a group is removed/delete from the ADS. | |
| virtual void | replaceHandle (const std::string &wsName, const Workspace_sptr &ws) |
| If a workspace is replaced in the ADS, then this function will trigger, works by overloading this class and overriding this function. | |
| virtual void | unGroupHandle (const std::string &wsName, const Workspace_sptr &ws) |
| If a group is removed from the ADS, then this function will trigger, works by overloading this class and overriding this function. | |
| virtual | ~AnalysisDataServiceObserver () |
Private Slots | |
| void | addWorkspaceDialogAccepted (MantidWidgets::IAddWorkspaceDialog *dialog) |
| void | notifyADSClearEvent () |
| void | notifyADSDeleteEvent (std::string const &workspaceName) |
| void | notifyADSRenameEvent (std::string const &workspaceName, std::string const &newName) |
| void | onAddDomainClicked () |
| void | onAttributeChanged (std::string const &attribute) |
| void | onCellChanged (int row, int column) |
| void | onCopyFunctionToClipboard () |
| void | onEditLocalParameterClicked (std::string const ¶meter) |
| void | onEditLocalParameterFinished (int result) |
| void | onFittingModeChanged (FittingMode fittingMode) |
| void | onFunctionAdded (std::string const &function) |
| void | onFunctionHelpRequested () |
| void | onFunctionRemoved (std::string const &function) |
| void | onFunctionReplaced (std::string const &function) |
| void | onGenerateScriptToClipboardClicked () |
| void | onGenerateScriptToFileClicked () |
| void | onGlobalParametersChanged (std::vector< std::string > const &globalParameters) |
| void | onHelpClicked () |
| void | onItemSelected () |
| void | onOutputBaseNameChanged (std::string const &outputBaseName) |
| void | onParameterChanged (std::string const ¶meter) |
| void | onParameterConstraintChanged (std::string const &functionIndex, std::string const &constraint) |
| void | onParameterConstraintRemoved (std::string const ¶meter) |
| void | onParameterTieChanged (std::string const ¶meter, std::string const &tie) |
| void | onRemoveDomainClicked () |
Private Member Functions | |
| void | connectUiSignals () |
| void | setFitBrowserOptions (QMap< QString, QString > const &fitOptions) |
| void | setFittingMode (FittingMode fittingMode) |
Private Attributes | |
| std::unique_ptr< FitScriptGeneratorDataTable > | m_dataTable |
| EditLocalParameterDialog * | m_editLocalParameterDialog |
| std::unique_ptr< FitScriptOptionsBrowser > | m_fitOptionsBrowser |
| std::unique_ptr< FunctionTreeView > | m_functionTreeView |
| IFitScriptGeneratorPresenter * | m_presenter |
| Ui::FitScriptGenerator | m_ui |
Definition at line 43 of file FitScriptGeneratorView.h.
| MantidQt::MantidWidgets::FitScriptGeneratorView::FitScriptGeneratorView | ( | QWidget * | parent = nullptr, |
| FittingMode | fittingMode = FittingMode::SEQUENTIAL, |
||
| QMap< QString, QString > const & | fitOptions = QMap<QString, QString>() |
||
| ) |
Definition at line 65 of file FitScriptGeneratorView.cpp.
References connectUiSignals(), fitOptions(), m_dataTable, m_fitOptionsBrowser, m_functionTreeView, m_ui, Mantid::API::AnalysisDataServiceObserver::observeClear(), Mantid::API::AnalysisDataServiceObserver::observeDelete(), Mantid::API::AnalysisDataServiceObserver::observeRename(), setFitBrowserOptions(), and setFittingMode().
|
override |
Definition at line 86 of file FitScriptGeneratorView.cpp.
References m_dataTable, m_fitOptionsBrowser, m_functionTreeView, Mantid::API::AnalysisDataServiceObserver::observeClear(), Mantid::API::AnalysisDataServiceObserver::observeDelete(), and Mantid::API::AnalysisDataServiceObserver::observeRename().
|
inlineoverridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 114 of file FitScriptGeneratorView.h.
|
privateslot |
Definition at line 335 of file FitScriptGeneratorView.cpp.
References getDialogWorkspaces(), MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::handleAddDomainAccepted(), and m_presenter.
Referenced by openAddWorkspaceDialog().
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 322 of file FitScriptGeneratorView.cpp.
References endX(), m_dataTable, startX(), workspaceIndex(), and workspaceName().
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 300 of file FitScriptGeneratorView.cpp.
References m_dataTable.
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 398 of file FitScriptGeneratorView.cpp.
References m_ui.
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 312 of file FitScriptGeneratorView.cpp.
References m_functionTreeView.
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 402 of file FitScriptGeneratorView.cpp.
References m_functionTreeView.
|
overridevirtual |
If the ADS is cleared, then this function will trigger, works by overloading this class and overriding this function.
Reimplemented from Mantid::API::AnalysisDataServiceObserver.
Definition at line 165 of file FitScriptGeneratorView.cpp.
References notifyADSClearEvent().
|
private |
Disconnected because it causes a crash when selecting a table row while editing a parameters value. This is because selecting a different row will change the current function in the FunctionTreeView. The closeEditor slot is then called after this, but the memory location of the old function is now a nullptr so there is a read access violation.
Definition at line 96 of file FitScriptGeneratorView.cpp.
References m_dataTable, m_fitOptionsBrowser, m_functionTreeView, m_ui, onAddDomainClicked(), onAttributeChanged(), onCellChanged(), onCopyFunctionToClipboard(), onEditLocalParameterClicked(), onFittingModeChanged(), onFunctionAdded(), onFunctionHelpRequested(), onFunctionRemoved(), onFunctionReplaced(), onGenerateScriptToClipboardClicked(), onGenerateScriptToFileClicked(), onGlobalParametersChanged(), onHelpClicked(), onItemSelected(), onOutputBaseNameChanged(), onParameterChanged(), onParameterConstraintChanged(), onParameterConstraintRemoved(), onParameterTieChanged(), and onRemoveDomainClicked().
Referenced by FitScriptGeneratorView().
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 304 of file FitScriptGeneratorView.cpp.
References m_dataTable.
|
overridevirtual |
If a workspace is deleted from the ADS, then this function will trigger, works by overloading this class and overriding this function.
| wsName | std::string; the name of the workspace |
| ws | Workspace_sptr; the Workspace that is deleted |
Reimplemented from Mantid::API::AnalysisDataServiceObserver.
Definition at line 157 of file FitScriptGeneratorView.cpp.
References notifyADSDeleteEvent().
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 443 of file FitScriptGeneratorView.cpp.
Referenced by getDialogWorkspaces().
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 298 of file FitScriptGeneratorView.cpp.
References index, and m_dataTable.
Referenced by addWorkspaceDomain().
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 385 of file FitScriptGeneratorView.cpp.
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 379 of file FitScriptGeneratorView.cpp.
References m_fitOptionsBrowser.
Referenced by FitScriptGeneratorView(), and setFitBrowserOptions().
|
inlineoverridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 116 of file FitScriptGeneratorView.h.
|
inlineoverridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 115 of file FitScriptGeneratorView.h.
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 342 of file FitScriptGeneratorView.cpp.
References displayWarning(), and MantidQt::MantidWidgets::IAddWorkspaceDialog::workspaceName().
Referenced by addWorkspaceDialogAccepted().
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 370 of file FitScriptGeneratorView.cpp.
References MantidQt::MantidWidgets::EditLocalParameterDialog::getConstraints(), MantidQt::MantidWidgets::EditLocalParameterDialog::getFixes(), MantidQt::MantidWidgets::EditLocalParameterDialog::getParameterName(), MantidQt::MantidWidgets::EditLocalParameterDialog::getTies(), MantidQt::MantidWidgets::EditLocalParameterDialog::getValues(), m_editLocalParameterDialog, and MantidQt::MantidWidgets::qStringListToStdVector().
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 306 of file FitScriptGeneratorView.cpp.
References m_dataTable.
|
privateslot |
Definition at line 186 of file FitScriptGeneratorView.cpp.
References m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by clearHandle().
|
privateslot |
Definition at line 182 of file FitScriptGeneratorView.cpp.
References m_presenter, MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter(), and workspaceName().
Referenced by deleteHandle().
|
privateslot |
Definition at line 188 of file FitScriptGeneratorView.cpp.
References m_presenter, MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter(), and workspaceName().
Referenced by renameHandle().
|
privateslot |
Definition at line 194 of file FitScriptGeneratorView.cpp.
References m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by connectUiSignals().
|
privateslot |
Definition at line 226 of file FitScriptGeneratorView.cpp.
References m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by connectUiSignals().
|
privateslot |
Definition at line 196 of file FitScriptGeneratorView.cpp.
References m_dataTable, m_presenter, MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter(), and UNUSED_ARG.
Referenced by connectUiSignals().
|
privateslot |
Definition at line 247 of file FitScriptGeneratorView.cpp.
References m_functionTreeView, and saveTextToClipboard().
Referenced by connectUiSignals().
|
privateslot |
Definition at line 265 of file FitScriptGeneratorView.cpp.
References m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by connectUiSignals().
|
privateslot |
Definition at line 269 of file FitScriptGeneratorView.cpp.
References m_editLocalParameterDialog, m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by openEditLocalParameterDialog().
|
privateslot |
Definition at line 261 of file FitScriptGeneratorView.cpp.
References m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by connectUiSignals().
|
privateslot |
Definition at line 214 of file FitScriptGeneratorView.cpp.
References m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by connectUiSignals().
|
privateslot |
Definition at line 252 of file FitScriptGeneratorView.cpp.
References m_functionTreeView.
Referenced by connectUiSignals().
|
privateslot |
Definition at line 210 of file FitScriptGeneratorView.cpp.
References m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by connectUiSignals().
|
privateslot |
Definition at line 218 of file FitScriptGeneratorView.cpp.
References m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by connectUiSignals().
|
privateslot |
Definition at line 280 of file FitScriptGeneratorView.cpp.
References m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by connectUiSignals().
|
privateslot |
Definition at line 276 of file FitScriptGeneratorView.cpp.
References m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by connectUiSignals().
|
privateslot |
Definition at line 243 of file FitScriptGeneratorView.cpp.
References m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by connectUiSignals().
|
privateslot |
Definition at line 284 of file FitScriptGeneratorView.cpp.
References MantidQt::API::HelpWindow::showCustomInterface().
Referenced by connectUiSignals().
|
privateslot |
Definition at line 208 of file FitScriptGeneratorView.cpp.
References m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by connectUiSignals().
|
privateslot |
Definition at line 257 of file FitScriptGeneratorView.cpp.
References m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by connectUiSignals().
|
privateslot |
Definition at line 222 of file FitScriptGeneratorView.cpp.
References m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by connectUiSignals().
|
privateslot |
Definition at line 238 of file FitScriptGeneratorView.cpp.
References m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by connectUiSignals().
|
privateslot |
Definition at line 234 of file FitScriptGeneratorView.cpp.
References m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by connectUiSignals().
|
privateslot |
Definition at line 230 of file FitScriptGeneratorView.cpp.
References m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by connectUiSignals().
|
privateslot |
Definition at line 192 of file FitScriptGeneratorView.cpp.
References m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by connectUiSignals().
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 327 of file FitScriptGeneratorView.cpp.
References addWorkspaceDialogAccepted().
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 356 of file FitScriptGeneratorView.cpp.
References m_editLocalParameterDialog, onEditLocalParameterFinished(), and MantidQt::MantidWidgets::stdVectorToQStringList().
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 308 of file FitScriptGeneratorView.cpp.
References m_functionTreeView.
|
inlineoverridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 113 of file FitScriptGeneratorView.h.
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 320 of file FitScriptGeneratorView.cpp.
References m_dataTable.
|
overridevirtual |
If a workspace is renamed in the ADS, then this function will trigger, works by overloading this class and overriding this function.
| wsName | std::string; the name of the workspace |
| newName | std::string; the new name of the workspace |
Reimplemented from Mantid::API::AnalysisDataServiceObserver.
Definition at line 173 of file FitScriptGeneratorView.cpp.
References notifyADSRenameEvent().
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 316 of file FitScriptGeneratorView.cpp.
References m_dataTable, and workspaceName().
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 396 of file FitScriptGeneratorView.cpp.
References m_dataTable.
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 438 of file FitScriptGeneratorView.cpp.
Referenced by onCopyFunctionToClipboard().
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 302 of file FitScriptGeneratorView.cpp.
References m_dataTable.
|
private |
Definition at line 143 of file FitScriptGeneratorView.cpp.
References fitOptions(), and m_fitOptionsBrowser.
Referenced by FitScriptGeneratorView().
|
private |
Definition at line 148 of file FitScriptGeneratorView.cpp.
References m_fitOptionsBrowser.
Referenced by FitScriptGeneratorView().
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 415 of file FitScriptGeneratorView.cpp.
References m_functionTreeView.
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 426 of file FitScriptGeneratorView.cpp.
References m_functionTreeView.
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 422 of file FitScriptGeneratorView.cpp.
References m_functionTreeView.
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 404 of file FitScriptGeneratorView.cpp.
References m_dataTable, and m_functionTreeView.
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 434 of file FitScriptGeneratorView.cpp.
References m_ui.
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 296 of file FitScriptGeneratorView.cpp.
References index, and m_dataTable.
Referenced by addWorkspaceDomain().
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 152 of file FitScriptGeneratorView.cpp.
References m_fitOptionsBrowser, m_presenter, and MantidQt::MantidWidgets::IFitScriptGeneratorPresenter::notifyPresenter().
Referenced by MockFitScriptGeneratorPresenter::MockFitScriptGeneratorPresenter().
|
inlineoverridevirtual |
Testing accessors.
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 112 of file FitScriptGeneratorView.h.
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 292 of file FitScriptGeneratorView.cpp.
References index, and m_dataTable.
Referenced by addWorkspaceDomain().
|
overridevirtual |
Implements MantidQt::MantidWidgets::IFitScriptGeneratorView.
Definition at line 288 of file FitScriptGeneratorView.cpp.
References index, and m_dataTable.
Referenced by addWorkspaceDomain(), notifyADSDeleteEvent(), notifyADSRenameEvent(), and renameWorkspace().
|
private |
Definition at line 155 of file FitScriptGeneratorView.h.
Referenced by addWorkspaceDomain(), allRows(), connectUiSignals(), currentRow(), endX(), FitScriptGeneratorView(), hasLoadedData(), onCellChanged(), removeDomain(), renameWorkspace(), resetSelection(), selectedRows(), setSimultaneousMode(), startX(), workspaceIndex(), workspaceName(), and ~FitScriptGeneratorView().
|
private |
Definition at line 158 of file FitScriptGeneratorView.h.
Referenced by getEditLocalParameterResults(), onEditLocalParameterFinished(), and openEditLocalParameterDialog().
|
private |
Definition at line 157 of file FitScriptGeneratorView.h.
Referenced by connectUiSignals(), fitOptions(), FitScriptGeneratorView(), setFitBrowserOptions(), setFittingMode(), subscribePresenter(), and ~FitScriptGeneratorView().
|
private |
Definition at line 156 of file FitScriptGeneratorView.h.
Referenced by attributeValue(), clearFunction(), connectUiSignals(), FitScriptGeneratorView(), onCopyFunctionToClipboard(), onFunctionHelpRequested(), parameterValue(), setFunction(), setGlobalParameters(), setGlobalTies(), setSimultaneousMode(), and ~FitScriptGeneratorView().
|
private |
Definition at line 154 of file FitScriptGeneratorView.h.
Referenced by addWorkspaceDialogAccepted(), notifyADSClearEvent(), notifyADSDeleteEvent(), notifyADSRenameEvent(), onAddDomainClicked(), onAttributeChanged(), onCellChanged(), onEditLocalParameterClicked(), onEditLocalParameterFinished(), onFittingModeChanged(), onFunctionAdded(), onFunctionRemoved(), onFunctionReplaced(), onGenerateScriptToClipboardClicked(), onGenerateScriptToFileClicked(), onGlobalParametersChanged(), onItemSelected(), onOutputBaseNameChanged(), onParameterChanged(), onParameterConstraintChanged(), onParameterConstraintRemoved(), onParameterTieChanged(), onRemoveDomainClicked(), and subscribePresenter().
|
private |
Definition at line 159 of file FitScriptGeneratorView.h.
Referenced by applyFunctionChangesToAll(), connectUiSignals(), FitScriptGeneratorView(), and setSuccessText().