Mantid
Loading...
Searching...
No Matches
PluginLibraries.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2017 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
10
11#include <string>
12
13namespace MantidQt {
14namespace API {
15
16EXPORT_OPT_MANTIDQT_COMMON std::string qtPluginPathFromCfg(const std::string &key);
17
19EXPORT_OPT_MANTIDQT_COMMON int loadPluginsFromCfgPath(const std::string &key);
20
22EXPORT_OPT_MANTIDQT_COMMON int loadPluginsFromPath(const std::string &path);
23} // namespace API
24} // namespace MantidQt
#define EXPORT_OPT_MANTIDQT_COMMON
Definition: DllOption.h:15
EXPORT_OPT_MANTIDQT_COMMON int loadPluginsFromPath(const std::string &path)
Load plugins from a path.
EXPORT_OPT_MANTIDQT_COMMON int loadPluginsFromCfgPath(const std::string &key)
Load plugins from a path given by the key in the config service.
EXPORT_OPT_MANTIDQT_COMMON std::string qtPluginPathFromCfg(const std::string &key)
Retrieve the path to some qt-related plugins from the mantid configuration If the value contains V th...
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...