IccMAX 2.1.27
Color Profile Tools
|
#include <IccCmmConfig.h>
Public Member Functions | |
CIccCfgDataApply () | |
virtual | ~CIccCfgDataApply () |
int | fromArgs (const char **args, int nArg, bool bReset=false) |
bool | fromJson (json obj, bool bReset=false) |
void | reset () |
void | toJson (json &obj) const |
Data Fields | |
bool | m_debugCalc |
icUInt8Number | m_dstDigits |
icFloatColorEncoding | m_dstEncoding |
std::string | m_dstFile |
icUInt8Number | m_dstPrecision |
icCfgDataType | m_dstType |
std::string | m_srcFile |
icColorSpaceSignature | m_srcSpace |
icCfgDataType | m_srcType |
CIccCfgDataApply::CIccCfgDataApply | ( | ) |
|
inlinevirtual |
int CIccCfgDataApply::fromArgs | ( | const char ** | args, |
int | nArg, | ||
bool | bReset = false |
||
) |
References icCfgLegacy, m_dstDigits, m_dstEncoding, m_dstFile, m_dstPrecision, m_dstType, m_srcFile, m_srcType, and reset().
Referenced by main().
References jsonToColorSpace(), jsonToValue(), jsonToValue(), jsonToValue(), m_debugCalc, m_dstDigits, m_dstEncoding, m_dstFile, m_dstPrecision, m_dstType, m_srcFile, m_srcSpace, m_srcType, and reset().
Referenced by main().
void CIccCfgDataApply::reset | ( | ) |
References icCfgColorData, m_debugCalc, m_dstDigits, m_dstEncoding, m_dstFile, m_dstPrecision, m_dstType, m_srcFile, m_srcSpace, and m_srcType.
Referenced by CIccCfgDataApply(), fromArgs(), and fromJson().
void CIccCfgDataApply::toJson | ( | json & | obj | ) | const |
References icGetColorSigStr(), icGetJsonColorEncoding(), jsonSetValue(), m_debugCalc, m_dstDigits, m_dstEncoding, m_dstFile, m_dstPrecision, m_dstType, m_srcFile, m_srcSpace, and m_srcType.
bool CIccCfgDataApply::m_debugCalc |
Referenced by fromJson(), main(), reset(), and toJson().
icUInt8Number CIccCfgDataApply::m_dstDigits |
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().
icFloatColorEncoding CIccCfgDataApply::m_dstEncoding |
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().
std::string CIccCfgDataApply::m_dstFile |
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().
icUInt8Number CIccCfgDataApply::m_dstPrecision |
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().
icCfgDataType CIccCfgDataApply::m_dstType |
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().
std::string CIccCfgDataApply::m_srcFile |
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().
icColorSpaceSignature CIccCfgDataApply::m_srcSpace |
Referenced by fromJson(), reset(), and toJson().
icCfgDataType CIccCfgDataApply::m_srcType |
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().