Mantid
Loading...
Searching...
No Matches
ViewNotifiable.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2016 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
15namespace MantidQt {
16namespace MantidWidgets {
17
19public:
20 virtual ~ViewNotifiable() = default;
21
22 enum class Flag {
56 };
57
58 virtual void notifyFromView(Flag flag) = 0;
59};
60
61} // namespace MantidWidgets
62} // namespace MantidQt
virtual void notifyFromView(Flag flag)=0
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...