Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
#include <IccTagXml.h>
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual IIccExtensionTag * | GetExtension () |
virtual bool | ParseXml (xmlNode *pNode, std::string &parseStr) |
virtual bool | ToXml (std::string &xml, std::string blanks="") |
virtual | ~CIccTagXmlColorantTable () |
![]() | |
CIccTagColorantTable (const CIccTagColorantTable &ITCT) | |
Name: CIccTagColorantTable::CIccTagColorantTable. | |
CIccTagColorantTable (int nsize=1) | |
Name: CIccTagColorantTable::CIccTagColorantTable. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagColorantTable::Describe. | |
icColorantTableEntry * | GetEntry (icUInt32Number index) |
icColorSpaceSignature | GetPCS () const |
icUInt32Number | GetSize () const |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
virtual CIccTag * | NewCopy () const |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. | |
CIccTagColorantTable & | operator= (const CIccTagColorantTable &ColorantTableTag) |
Name: CIccTagColorantTable::operator=. | |
icColorantTableEntry & | operator[] (icUInt32Number index) |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagColorantTable::Read. | |
void | SetPCS (icColorSpaceSignature sig) |
bool | SetSize (icUInt16Number nSize, bool bZeroNew=true) |
Name: CIccTagColorantTable::SetSize. | |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagColorantTable::Validate. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagColorantTable::Write. | |
virtual | ~CIccTagColorantTable () |
Name: CIccTagColorantTable::~CIccTagColorantTable. | |
![]() | |
CIccTag () | |
Name: CIccTag::CIccTag. | |
virtual void | DetachIO () |
Function: ReadAll() - Read All sub data for tag from file. | |
virtual icArraySignature | GetTagArrayType () const |
virtual icStructSignature | GetTagStructType () const |
virtual bool | IsArrayType () |
virtual bool | IsMBBType () |
virtual bool | IsNumArrayType () const |
virtual bool | IsSupported () |
Function: IsSupported(size, pIO) - Check if tag fully supported for apply purposes. | |
virtual bool | Read (icUInt32Number size, CIccIO *pIO, CIccProfile *pProfile) |
Function: Read(size, pIO) - Read tag from file. | |
virtual bool | ReadAll () |
Function: ReadAll() - Read All sub data for tag from file. | |
virtual | ~CIccTag () |
Name: CIccTag::CIccTag. | |
![]() | |
virtual const char * | GetExtClassName () const |
virtual const char * | GetExtDerivedClassName () const |
virtual | ~CIccTagXml (void) |
Additional Inherited Members | |
![]() | |
static CIccTag * | Create (icTagTypeSignature sig) |
Name: CIccTag::Create. | |
![]() | |
icUInt32Number | m_nReserved |
![]() | |
icUInt32Number | m_nCount |
icColorSpaceSignature | m_PCS |
icColorantTableEntry * | m_pData |
Definition at line 409 of file IccTagXml.h.
|
inlinevirtual |
Definition at line 412 of file IccTagXml.h.
|
inlinevirtual |
Reimplemented from CIccTagColorantTable.
Definition at line 414 of file IccTagXml.h.
|
inlinevirtual |
|
virtual |
Implements CIccTagXml.
Definition at line 1834 of file IccTagXml.cpp.
References icFtoU16(), icLabToPcs(), icUtf8ToAnsi(), icXmlAttrValue(), icXmlFindAttr(), icXmlFindNode(), icXmlNodeCount(), and icXmlStrCmp.
|
virtual |
Implements CIccTagXml.
Definition at line 1809 of file IccTagXml.cpp.
References icAnsiToUtf8(), icFixXml(), icLabFromPcs(), icU16toF(), and icXmlFloatFmt.