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 | ~CIccTagXmlTagData () |
![]() | |
CIccTagData (const CIccTagData &ITD) | |
Name: CIccTagData::CIccTagData. | |
CIccTagData (int nSize=1) | |
Name: CIccTagData::CIccTagData. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagData::Describe. | |
icUInt8Number * | GetData (icUInt32Number index=0) |
icUInt32Number | GetSize () const |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
virtual bool | IsArrayType () |
virtual bool | IsTypeAscii () |
virtual bool | IsTypeBinary () |
virtual bool | IsTypeCompressed () |
virtual bool | IsTypeUtf () |
virtual CIccTag * | NewCopy () const |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. | |
CIccTagData & | operator= (const CIccTagData &DataTag) |
Name: CIccTagData::operator=. | |
icUInt8Number & | operator[] (icUInt32Number index) |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagData::Read. | |
virtual void | SetDataType (icDataBlockType dataType=icAsciiData) |
bool | SetSize (icUInt32Number nSize, bool bZeroNew=true) |
Name: CIccTagData::SetSize. | |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagData::Validate. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagData::Write. | |
virtual | ~CIccTagData () |
Name: CIccTagData::~CIccTagData. | |
![]() | |
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 | 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 |
![]() | |
icDataBlockType | m_nDataFlag |
icUInt32Number | m_nSize |
icUInt8Number * | m_pData |
Definition at line 370 of file IccTagXml.h.
|
inlinevirtual |
Definition at line 373 of file IccTagXml.h.
|
inlinevirtual |
Reimplemented from CIccTagData.
Definition at line 375 of file IccTagXml.h.
|
inlinevirtual |
|
virtual |
Implements CIccTagXml.
Definition at line 1729 of file IccTagXml.cpp.
References icAsciiData, icBinaryData, icXmlAttrValue(), icXmlFindNode(), icXmlGetHexData(), and icXmlGetHexDataSize().
|
virtual |
Implements CIccTagXml.
Definition at line 1712 of file IccTagXml.cpp.
References icXmlDumpHexData().