open_iA 2021.08
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 "iAbase_export.h"
#include <QMap>

Typedefs

typedef QMap< QString, QVariant > iASettings
 

Functions

iAbase_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 QMap<QString, QVariant> iASettings

Function Documentation

◆ mapFromQSettings()

iAbase_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