|
open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include "iAbase_export.h"Enumerations | |
| enum class | iAValueType { Invalid = -1 , Continuous , Discrete , Categorical , String , Text , Boolean , FilterName , FilterParameters , Folder , FileNameOpen , FileNamesOpen , FileNameSave , Color , Vector2 , Vector3 , Vector2i , Vector3i } |
Functions | |
| iAValueType | Str2ValueType (QString const &str) |
| iAbase_API QString | ValueType2Str (iAValueType type) |
| iAbase_API QString | variantValueToString (iAValueType valueType, QVariant value) |
| convert the QVariant of the given iAValueType to a string (describing its content, for human-readable output) | |
|
strong |
| iAValueType Str2ValueType | ( | QString const & | str | ) |
| iAbase_API QString ValueType2Str | ( | iAValueType | type | ) |
| iAbase_API QString variantValueToString | ( | iAValueType | valueType, |
| QVariant | value | ||
| ) |
convert the QVariant of the given iAValueType to a string (describing its content, for human-readable output)