Mantid
Loading...
Searching...
No Matches
HintStrategy.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2014 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#include <map>
12#include <string>
13
14namespace MantidQt {
15namespace MantidWidgets {
20public:
22 virtual ~HintStrategy() = default;
23
31 virtual std::vector<Hint> createHints() = 0;
32};
33} // namespace MantidWidgets
34} // namespace MantidQt
#define EXPORT_OPT_MANTIDQT_COMMON
Definition: DllOption.h:15
HintStrategy : Provides an interface for generating hints to be used by a HintingLineEdit.
Definition: HintStrategy.h:19
virtual std::vector< Hint > createHints()=0
Create a list of hints for auto completion.
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...