Mantid
Loading...
Searching...
No Matches
Namespaces | Functions
QSettingsHelper.h File Reference
#include <QMetaType>
#include <QSettings>
#include <QString>
#include <QStringList>
#include <QVariant>
#include <map>
#include <string>
#include <typeinfo>

Go to the source code of this file.

Namespaces

namespace  MantidQt
 The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress bar for them, and a property list.
 
namespace  MantidQt::MantidWidgets
 
namespace  MantidQt::MantidWidgets::QSettingsHelper
 

Functions

template<typename T >
MantidQt::MantidWidgets::QSettingsHelper::getSetting (std::string const &settingGroup, std::string const &settingName)
 Loads an individual setting from disk. More...
 
template<typename T >
std::map< std::string, T > MantidQt::MantidWidgets::QSettingsHelper::getSettingsAsMap (std::string const &settingGroup)
 Loads a map of settings with the same type. More...
 
template<typename T >
void MantidQt::MantidWidgets::QSettingsHelper::setSetting (std::string const &settingGroup, std::string const &settingName, T const &value)
 Sets the value of a specified setting. More...