Mantid
Loading...
Searching...
No Matches
Hint.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#include "DllOption.h"
9#include <string>
10
11namespace MantidQt {
12namespace MantidWidgets {
13
15public:
16 Hint(std::string word, std::string description);
17 std::string const &word() const;
18 std::string const &description() const;
19
20private:
21 std::string m_word;
22 std::string m_description;
23};
24
25EXPORT_OPT_MANTIDQT_COMMON bool operator==(Hint const &lhs, Hint const &rhs);
26EXPORT_OPT_MANTIDQT_COMMON bool operator!=(Hint const &lhs, Hint const &rhs);
27} // namespace MantidWidgets
28} // namespace MantidQt
const std::vector< double > & rhs
#define EXPORT_OPT_MANTIDQT_COMMON
Definition: DllOption.h:15
std::string m_description
Definition: Hint.h:22
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...
MANTID_GEOMETRY_DLL bool operator==(const Group_const_sptr &lhs, const Group_const_sptr &rhs)
Equality operator for shared pointers.
Definition: Group.cpp:266
MANTID_GEOMETRY_DLL bool operator!=(const Group_const_sptr &lhs, const Group_const_sptr &rhs)
Inequality operator for shared pointers.
Definition: Group.cpp:275