|
open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include "iAValueType.h"#include "iALog.h"#include "iAStringHelper.h"#include <QString>#include <QVariant>Functions | |
| iAValueType | Str2ValueType (QString const &str) |
| QString | ValueType2Str (iAValueType type) |
| QString | variantValueToString (iAValueType valueType, QVariant value) |
| convert the QVariant of the given iAValueType to a string (describing its content, for human-readable output) | |
| iAValueType Str2ValueType | ( | QString const & | str | ) |
| QString ValueType2Str | ( | iAValueType | type | ) |
| QString variantValueToString | ( | iAValueType | valueType, |
| QVariant | value | ||
| ) |
convert the QVariant of the given iAValueType to a string (describing its content, for human-readable output)