Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
#include <IccCmmConfig.h>
Public Member Functions | |
CIccCfgCreateLink () | |
int | fromArgs (const char **args, int nArg, bool bReset=false) |
bool | fromJson (json obj, bool bReset=false) |
void | reset () |
void | toJson (json &obj) const |
virtual | ~CIccCfgCreateLink () |
Public Attributes | |
std::string | m_linkFile |
icUInt8Number | m_linkGridSize |
icFloatNumber | m_linkMaxRange |
icFloatNumber | m_linkMinRange |
icUInt8Number | m_linkPrecision |
std::string | m_linkTitle |
icCfgLinkType | m_linkType |
bool | m_useSourceTransform |
Definition at line 78 of file IccCmmConfig.h.
CIccCfgCreateLink::CIccCfgCreateLink | ( | ) |
Definition at line 432 of file IccCmmConfig.cpp.
References reset().
|
inlinevirtual |
Definition at line 82 of file IccCmmConfig.h.
int CIccCfgCreateLink::fromArgs | ( | const char ** | args, |
int | nArg, | ||
bool | bReset = false ) |
Definition at line 449 of file IccCmmConfig.cpp.
References icCfgCreateIccLinkV4, icCfgCreateIccLinkV5, icCfgCreateTextCube, m_linkFile, m_linkGridSize, m_linkMaxRange, m_linkMinRange, m_linkPrecision, m_linkTitle, m_linkType, m_useSourceTransform, and reset().
bool CIccCfgCreateLink::fromJson | ( | json | obj, |
bool | bReset = false ) |
stricmp(linkType.c_str(), "iccDeviceLinkV4")
Definition at line 490 of file IccCmmConfig.cpp.
References icCfgCreateIccLinkV4, icCfgCreateIccLinkV5, icCfgCreateTextCube, jsonToValue(), m_linkFile, m_linkGridSize, m_linkMaxRange, m_linkMinRange, m_linkPrecision, m_linkTitle, m_linkType, m_useSourceTransform, reset(), and stricmp.
void CIccCfgCreateLink::reset | ( | ) |
Definition at line 437 of file IccCmmConfig.cpp.
References icCfgCreateIccLinkV4, m_linkFile, m_linkGridSize, m_linkMaxRange, m_linkMinRange, m_linkPrecision, m_linkTitle, m_linkType, and m_useSourceTransform.
Referenced by CIccCfgCreateLink(), fromArgs(), and fromJson().
void CIccCfgCreateLink::toJson | ( | json & | obj | ) | const |
Definition at line 519 of file IccCmmConfig.cpp.
References icCfgCreateIccLinkV4, icCfgCreateIccLinkV5, icCfgCreateTextCube, m_linkFile, m_linkMaxRange, m_linkMinRange, m_linkPrecision, m_linkTitle, m_linkType, and m_useSourceTransform.
std::string CIccCfgCreateLink::m_linkFile |
Definition at line 89 of file IccCmmConfig.h.
Referenced by fromArgs(), fromJson(), reset(), and toJson().
icUInt8Number CIccCfgCreateLink::m_linkGridSize |
Definition at line 91 of file IccCmmConfig.h.
Referenced by fromArgs(), fromJson(), and reset().
icFloatNumber CIccCfgCreateLink::m_linkMaxRange |
Definition at line 95 of file IccCmmConfig.h.
Referenced by fromArgs(), fromJson(), reset(), and toJson().
icFloatNumber CIccCfgCreateLink::m_linkMinRange |
Definition at line 94 of file IccCmmConfig.h.
Referenced by fromArgs(), fromJson(), reset(), and toJson().
icUInt8Number CIccCfgCreateLink::m_linkPrecision |
Definition at line 92 of file IccCmmConfig.h.
Referenced by fromArgs(), fromJson(), reset(), and toJson().
std::string CIccCfgCreateLink::m_linkTitle |
Definition at line 93 of file IccCmmConfig.h.
Referenced by fromArgs(), fromJson(), reset(), and toJson().
icCfgLinkType CIccCfgCreateLink::m_linkType |
Definition at line 90 of file IccCmmConfig.h.
Referenced by fromArgs(), fromJson(), reset(), and toJson().
bool CIccCfgCreateLink::m_useSourceTransform |
Definition at line 96 of file IccCmmConfig.h.
Referenced by fromArgs(), fromJson(), reset(), and toJson().