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 | ~CIccTagXmlStruct () |
![]() | |
bool | AreElemsUnique () const |
Name: CIccTagStruct::AreElemsUnique. | |
bool | AttachElem (icSignature sig, CIccTag *pTag) |
Name: CIccTagStruct::AttachTag. | |
CIccTagStruct () | |
Name: CIccTagStruct::CIccTagStruct. | |
CIccTagStruct (const CIccTagStruct &lut) | |
Name: CIccTagStruct::CIccTagStruct. | |
bool | DeleteElem (icSignature sig) |
Name: CIccTagStruct::DeleteSubTag. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagStruct::Describe. | |
CIccTag * | FindElem (icSignature sig) |
Name: CIccTagStruct::FindElem. | |
CIccTag * | FindElemOfType (icSignature sig, icTagTypeSignature sigType) |
Name: CIccTagStruct::FindElemOfType. | |
TagEntryList * | GetElemList () |
icFloatNumber | GetElemNumberValue (icSignature sig, icFloatNumber defaultValue=0) |
Name: CIccTagStruct::GetElemNumberValue. | |
IIccStruct * | GetStructHandler () |
Name: CIccTagStruct::GetStructHandler. | |
virtual icStructSignature | GetTagStructType () const |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
virtual CIccTag * | NewCopy () const |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. | |
CIccTagStruct & | operator= (const CIccTagStruct &lut) |
Name: &operator=. | |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagStruct::Read. | |
virtual bool | SetTagStructType (icStructSignature sig) |
Name: CIccTagStruct::SetTagStructType. | |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagStruct::Validate. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagStruct::Write. | |
virtual | ~CIccTagStruct () |
Name: CIccTagStruct::~CIccTagStruct. | |
![]() | |
CIccTag () | |
Name: CIccTag::CIccTag. | |
virtual void | DetachIO () |
Function: ReadAll() - Read All sub data for tag from file. | |
virtual icArraySignature | GetTagArrayType () 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) |
Protected Member Functions | |
bool | ParseTag (xmlNode *pNode, std::string &parseStr) |
Name: CIccTagXmlStruct::ParseTag. | |
![]() | |
void | Cleanup () |
Name: CIccTagStruct::Cleanup. | |
bool | DetachElem (CIccTag *pTag) |
Name: CIccTagStruct::DetachSubTag. | |
IccTagEntry * | GetElem (CIccTag *pTag) const |
Name: CIccTagStruct::GetElem. | |
IccTagEntry * | GetElem (icSignature sig) const |
Name: CIccTagStruct::GetElem. | |
bool | LoadElem (IccTagEntry *pTagEntry, CIccIO *pIO) |
Name: CIccTagStruct::LoadSubTag. | |
Additional Inherited Members | |
![]() | |
static std::string | GetElemName (icTagSignature sig, icStructSignature sigThis) |
static CIccTagStruct * | ParseMem (icUInt8Number *pMem, icUInt32Number size) |
Name: CIccTagStruct::ParseMem. | |
![]() | |
static CIccTag * | Create (icTagTypeSignature sig) |
Name: CIccTag::Create. | |
![]() | |
icUInt32Number | m_nReserved |
![]() | |
TagEntryList * | m_ElemEntries |
TagPtrList * | m_ElemVals |
IIccStruct * | m_pStruct |
icStructSignature | m_sigStructType |
icUInt32Number | m_tagSize |
icUInt32Number | m_tagStart |
Definition at line 641 of file IccTagXml.h.
|
inlinevirtual |
Definition at line 644 of file IccTagXml.h.
|
inlinevirtual |
Reimplemented from CIccTagStruct.
Definition at line 646 of file IccTagXml.h.
|
inlinevirtual |
|
protected |
Name: CIccTagXmlStruct::ParseTag.
Purpose: This will load from the indicated IO object and associate a tag object to a tag directory entry. Nothing happens if tag directory entry is associated with a tag object.
Args: pNode - pointer to xmlNode object to parse from
Return: true - tag from node successfully parsed, false - failure
Definition at line 4483 of file IccTagXml.cpp.
References CIccTag::Create(), IIccExtensionTag::GetExtClassName(), CIccTag::GetExtension(), CIccInfo::GetTagTypeSigName(), icGetSigVal(), icGetTagNameSig(), icGetTypeNameTagSig(), icSigUnknownTag, icSigUnknownType, icXmlAttrValue(), icXmlFindAttr(), icXmlStrCmp, CIccTag::m_nReserved, and CIccTagXml::ParseXml().
|
virtual |
Implements CIccTagXml.
Definition at line 4656 of file IccTagXml.cpp.
References CIccStructCreator::GetStructSig(), icGetSigVal(), and icXmlFindNode().
|
virtual |
Implements CIccTagXml.
Definition at line 4350 of file IccTagXml.cpp.
References IIccStruct::GetDisplayName(), IIccStruct::GetElemName(), CIccTag::GetExtension(), CIccTag::GetType(), icFixXml(), icGetSigStr(), icGetTagSigTypeName(), and CIccTagXml::ToXml().