Mantid
Loading...
Searching...
No Matches
MuonFunctionBrowser.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
8
9#include "DllOption.h"
11
12namespace MantidQt {
13namespace MantidWidgets {
14
18 Q_OBJECT
19
20public:
22 MuonFunctionBrowser(QWidget *parent = nullptr, bool multi = false);
24 virtual ~MuonFunctionBrowser() override;
25};
26
27} // namespace MantidWidgets
28} // namespace MantidQt
#define EXPORT_OPT_MANTIDQT_COMMON
Definition: DllOption.h:15
Class FitPropertyBrowser implements QtPropertyBrowser to display and control fitting function paramet...
MuonFunctionBrowser : Subclasses FunctionBrowser for muon-specific use.
virtual ~MuonFunctionBrowser() override
Destructor.
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...