16#include "ui_SlitCalculator.h"
20namespace MantidWidgets {
28 void setCurrentInstrumentName(
const std::string &instrumentName)
override;
29 void processInstrumentHasBeenChanged()
override;
33 Ui::SlitCalculator
ui;
39 std::string getCurrentInstrumentName();
41 void setInstrument(
const std::string &instrumentName);
43 void on_recalculate_triggered();
#define EXPORT_OPT_MANTIDQT_COMMON
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...
std::shared_ptr< const Instrument > Instrument_const_sptr
Shared pointer to an const instrument object.