open_iA  2020.01
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Typedefs | Functions
iASettings.h File Reference
#include "open_iA_Core_export.h"
#include <QHash>
Include dependency graph for iASettings.h:
This graph shows which files directly or indirectly include this file:

Typedefs

typedef QHash< QString, QVariant > iASettings
 

Functions

open_iA_Core_API iASettings mapFromQSettings (QSettings const &settings)
 Retrieve a map of all values in (the current group of) a given QSettings object. More...
 

Typedef Documentation

◆ iASettings

typedef QHash<QString, QVariant> iASettings

Function Documentation

◆ mapFromQSettings()

open_iA_Core_API iASettings mapFromQSettings ( QSettings const &  settings)

Retrieve a map of all values in (the current group of) a given QSettings object.

Parameters
settingsthe QSettings object to load all settings from
Returns
a map containing key->value pairs for all settings currently in (current group of) the given QSettings object