Mantid
Loading...
Searching...
No Matches
ParseNumerics.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2011 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
9#include <QString>
14namespace MantidQt {
15namespace MantidWidgets {
16// Converts a string denoting a floating point value to a double.
17double EXPORT_OPT_MANTIDQT_COMMON parseDouble(QString const &in);
18
21} // namespace MantidWidgets
22} // namespace MantidQt
#define EXPORT_OPT_MANTIDQT_COMMON
Definition: DllOption.h:15
int EXPORT_OPT_MANTIDQT_COMMON parseDenaryInteger(QString const &in)
Converts a string denoting a denary integer to it.
double EXPORT_OPT_MANTIDQT_COMMON parseDouble(QString const &in)
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...