Mantid
Loading...
Searching...
No Matches
IAddWorkspaceDialog.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
9#include "DllOption.h"
10
11#include <string>
12
13#include <QStringList>
14
15namespace MantidQt {
16namespace MantidWidgets {
17
19public:
20 virtual std::string workspaceName() const = 0;
21 virtual void setWSSuffices(const QStringList &suffices) = 0;
22 virtual void setFBSuffices(const QStringList &suffices) = 0;
23 virtual void setLoadProperty(const std::string &propname, bool enable) = 0;
24
25 virtual void updateSelectedSpectra() = 0;
26};
27
28} // namespace MantidWidgets
29} // namespace MantidQt
#define EXPORT_OPT_MANTIDQT_COMMON
Definition DllOption.h:15
virtual void setFBSuffices(const QStringList &suffices)=0
virtual std::string workspaceName() const =0
virtual void setWSSuffices(const QStringList &suffices)=0
virtual void setLoadProperty(const std::string &propname, bool enable)=0
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...