Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
#include <IccCmmConfig.h>
Public Member Functions | |
CIccCfgDataEntry () | |
bool | fromJson (json obj, bool bReset=false) |
void | reset () |
void | toJson (json &obj) |
virtual | ~CIccCfgDataEntry () |
Public Attributes | |
std::list< std::string > | m_debugInfo |
int | m_index |
std::string | m_label |
std::string | m_name |
std::string | m_srcName |
std::vector< icFloatNumber > | m_srcValues |
std::vector< icFloatNumber > | m_values |
Definition at line 141 of file IccCmmConfig.h.
CIccCfgDataEntry::CIccCfgDataEntry | ( | ) |
Definition at line 1767 of file IccCmmConfig.cpp.
References reset().
|
inlinevirtual |
Definition at line 145 of file IccCmmConfig.h.
bool CIccCfgDataEntry::fromJson | ( | json | obj, |
bool | bReset = false ) |
Definition at line 1783 of file IccCmmConfig.cpp.
References jsonToArray(), jsonToList(), jsonToValue(), m_debugInfo, m_index, m_label, m_name, m_srcName, m_srcValues, m_values, and reset().
void CIccCfgDataEntry::reset | ( | ) |
Definition at line 1772 of file IccCmmConfig.cpp.
References m_debugInfo, m_index, m_label, m_name, m_srcName, m_srcValues, and m_values.
Referenced by CIccCfgDataEntry(), fromJson(), and main().
void CIccCfgDataEntry::toJson | ( | json & | obj | ) |
Definition at line 1805 of file IccCmmConfig.cpp.
References m_debugInfo, m_index, m_label, m_name, m_srcName, m_srcValues, and m_values.
Referenced by CIccCfgColorData::toJson().
std::list<std::string> CIccCfgDataEntry::m_debugInfo |
Definition at line 157 of file IccCmmConfig.h.
Referenced by fromJson(), reset(), toJson(), and CIccCfgColorData::toLegacy().
int CIccCfgDataEntry::m_index |
Definition at line 155 of file IccCmmConfig.h.
Referenced by fromJson(), reset(), CIccCfgColorData::toIt8(), and toJson().
std::string CIccCfgDataEntry::m_label |
Definition at line 156 of file IccCmmConfig.h.
Referenced by fromJson(), reset(), CIccCfgColorData::toIt8(), and toJson().
std::string CIccCfgDataEntry::m_name |
Definition at line 151 of file IccCmmConfig.h.
Referenced by fromJson(), main(), reset(), CIccCfgColorData::toIt8(), toJson(), and CIccCfgColorData::toLegacy().
std::string CIccCfgDataEntry::m_srcName |
Definition at line 153 of file IccCmmConfig.h.
Referenced by fromJson(), reset(), CIccCfgColorData::toIt8(), toJson(), and CIccCfgColorData::toLegacy().
std::vector<icFloatNumber> CIccCfgDataEntry::m_srcValues |
Definition at line 154 of file IccCmmConfig.h.
Referenced by fromJson(), main(), reset(), CIccCfgColorData::toIt8(), toJson(), and CIccCfgColorData::toLegacy().
std::vector<icFloatNumber> CIccCfgDataEntry::m_values |
Definition at line 152 of file IccCmmConfig.h.
Referenced by fromJson(), main(), reset(), CIccCfgColorData::toIt8(), toJson(), and CIccCfgColorData::toLegacy().