Mantid
Loading...
Searching...
No Matches
DistributionOptions.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
13namespace MantidQt {
14
15// Enumerate how to handle distributions
17 DistributionDefault = 0, // Use preferences value
18 DistributionTrue, // Force distribution plotting
19 DistributionFalse // Disable distribution plotting
20};
21} // namespace MantidQt
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...