open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Loading...
Searching...
No Matches
Functions
iAValueType.cpp File Reference
#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)
 

Function Documentation

◆ Str2ValueType()

iAValueType Str2ValueType ( QString const &  str)

◆ ValueType2Str()

QString ValueType2Str ( iAValueType  type)

◆ variantValueToString()

QString variantValueToString ( iAValueType  valueType,
QVariant  value 
)

convert the QVariant of the given iAValueType to a string (describing its content, for human-readable output)