![]() |
open_iA 2021.08
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include "iAguibase_export.h"#include "iASettings.h"#include <QCheckBox>#include <QLineEdit>#include <QRadioButton>#include <QSettings>Classes | |
| class | iAQCheckBoxVector |
| class | iAQLineEditVector |
| class | iAQRadioButtonVector |
Typedefs | |
| using | iAWidgetMap = QMap< QString, QObject * > |
Functions | |
| iAguibase_API void | loadSettings (iASettings const &settings, iAWidgetMap const &settingsWidgetMap) |
| Takes values from given settings object and applies them to the respective widget mapped to in the given settings-widget-map. More... | |
| iAguibase_API void | saveSettings (iASettings &settings, iAWidgetMap const &settingsWidgetMap) |
| Looks at the current value of the GUI elements given in the settings-widget-map, and stores it under the respective keys in the settings object. More... | |
| iAguibase_API void | saveSettings (QSettings &settings, iAWidgetMap const &settingsWidgetMap) |
| Looks at the current value of the GUI elements given in the settings-widget-map, and stores it under the respective keys in the settings object. More... | |
| using iAWidgetMap = QMap<QString, QObject*> |
| iAguibase_API void loadSettings | ( | iASettings const & | settings, |
| iAWidgetMap const & | settingsWidgetMap | ||
| ) |
Takes values from given settings object and applies them to the respective widget mapped to in the given settings-widget-map.
| settings | a hash map containing one key-value pair per setting stored in it |
| settingsWidgetMap | maps from a settings key to the widget which represents this setting in the GUI |
| iAguibase_API void saveSettings | ( | iASettings & | settings, |
| iAWidgetMap const & | settingsWidgetMap | ||
| ) |
Looks at the current value of the GUI elements given in the settings-widget-map, and stores it under the respective keys in the settings object.
| settings | a hash map for storing the values from the GUI. |
| settingsWidgetMap | maps from a settings key to the widget which represents this setting in the GUI. |
| iAguibase_API void saveSettings | ( | QSettings & | settings, |
| iAWidgetMap const & | settingsWidgetMap | ||
| ) |
Looks at the current value of the GUI elements given in the settings-widget-map, and stores it under the respective keys in the settings object.
| settings | a QSettings object for storing the values from the GUI. |
| settingsWidgetMap | maps from a settings key to the widget which represents this setting in the GUI. |