12#include "ui_AddWorkspaceMultiDialog.h"
20namespace MantidWidgets {
29 std::string workspaceName()
const override;
33 void setWSSuffices(
const QStringList &suffices)
override;
34 void setFBSuffices(
const QStringList &suffices)
override;
35 void setLoadProperty(
const std::string &propname,
bool enable)
override;
38 void notifyBatchComplete(
bool error)
override;
48 void updateSelectedSpectra()
override;
49 void selectAllSpectra();
51 void handleFilesFound();
55 void updateAddButtonState(
bool enabled)
const;
#define EXPORT_OPT_MANTIDQT_COMMON
#define UNUSED_ARG(x)
Function arguments are sometimes unused in certain implmentations but are required for documentation ...
std::vector< std::pair< std::string, std::string > > StringPairVec
JobRunnerSubscriber is an interface to a class that subscribes to notifications from an IJobRunner.
std::shared_ptr< IConfiguredAlgorithm > IConfiguredAlgorithm_sptr
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...