#include <FitScriptGeneratorMockObjects.h>
|
| MOCK_METHOD0 (openFitScriptGenerator, void()) |
|
| MOCK_METHOD1 (setGlobalParameters, void(std::vector< GlobalParameter > const &globalParameters)) |
|
| MOCK_METHOD1 (setGlobalTies, void(std::vector< GlobalTie > const &globalTies)) |
|
| MOCK_METHOD2 (notifyPresenter, void(ViewEvent const &ev, FittingMode fittingMode)) |
|
| MOCK_METHOD2 (notifyPresenter, void(ViewEvent const &ev, std::vector< std::string > const &vec)) |
|
| MOCK_METHOD3 (notifyPresenterImpl, void(ViewEvent const &ev, std::string const &arg1, std::string const &arg2)) |
|
| MockFitScriptGeneratorPresenter (FitScriptGeneratorModel *model) |
|
| MockFitScriptGeneratorPresenter (FitScriptGeneratorView *view) |
|
void | notifyPresenter (ViewEvent const &ev, std::string const &arg1="", std::string const &arg2="") override |
|
virtual void | notifyPresenter (ViewEvent const &event, FittingMode fittingMode)=0 |
|
virtual void | notifyPresenter (ViewEvent const &event, std::string const &arg1="", std::string const &arg2="")=0 |
|
virtual void | notifyPresenter (ViewEvent const &event, std::vector< std::string > const &vec)=0 |
|
virtual void | openFitScriptGenerator ()=0 |
|
virtual void | setGlobalParameters (std::vector< MantidQt::MantidWidgets::GlobalParameter > const &globalParameters)=0 |
|
virtual void | setGlobalTies (std::vector< MantidQt::MantidWidgets::GlobalTie > const &globalTies)=0 |
|
virtual | ~IFitScriptGeneratorPresenter ()=default |
|
◆ MockFitScriptGeneratorPresenter() [1/2]
◆ MockFitScriptGeneratorPresenter() [2/2]
◆ MOCK_METHOD0()
◆ MOCK_METHOD1() [1/2]
◆ MOCK_METHOD1() [2/2]
MockFitScriptGeneratorPresenter::MOCK_METHOD1 |
( |
setGlobalTies |
, |
|
|
void(std::vector< GlobalTie > const &globalTies) |
|
|
) |
| |
◆ MOCK_METHOD2() [1/2]
◆ MOCK_METHOD2() [2/2]
MockFitScriptGeneratorPresenter::MOCK_METHOD2 |
( |
notifyPresenter |
, |
|
|
void(ViewEvent const &ev, std::vector< std::string > const &vec) |
|
|
) |
| |
◆ MOCK_METHOD3()
MockFitScriptGeneratorPresenter::MOCK_METHOD3 |
( |
notifyPresenterImpl |
, |
|
|
void(ViewEvent const &ev, std::string const &arg1, std::string const &arg2) |
|
|
) |
| |
◆ notifyPresenter()
void MockFitScriptGeneratorPresenter::notifyPresenter |
( |
ViewEvent const & |
ev, |
|
|
std::string const & |
arg1 = "" , |
|
|
std::string const & |
arg2 = "" |
|
) |
| |
|
inlineoverridevirtual |
◆ m_model
◆ m_view
The documentation for this class was generated from the following file: