Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
#include <IccTagXml.h>
Public Member Functions | |
CIccTagXmlZipXml () | |
CIccTagXmlZipXml (const CIccTagXmlZipXml &ITT) | |
virtual const char * | GetClassName () const |
virtual IIccExtensionTag * | GetExtension () |
virtual CIccTag * | NewCopy () const |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. | |
virtual bool | ParseXml (xmlNode *pNode, std::string &parseStr) |
virtual bool | ToXml (std::string &xml, std::string blanks="") |
virtual | ~CIccTagXmlZipXml () |
![]() | |
CIccTagZipXml () | |
CIccTagZipXml (const CIccTagZipXml &ITT) | |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
CIccTagZipXml & | operator= (const CIccTagZipXml &TextTag) |
virtual | ~CIccTagZipXml () |
![]() | |
icUChar * | AllocBuffer (icUInt32Number nSize) |
Name: CIccTagZipUtf8Text::AllocBuffer. | |
icUInt32Number | BufferSize () const |
CIccTagZipUtf8Text () | |
Name: CIccTagZipUtf8Text::CIccTagZipUtf8Text. | |
CIccTagZipUtf8Text (const CIccTagZipUtf8Text &ITT) | |
Name: CIccTagZipUtf8Text::CIccTagZipUtf8Text. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagZipUtf8Text::Describe. | |
icUChar * | GetBuffer () const |
virtual bool | GetText (std::string &str) const |
Name: CIccTagZipUtf8Text::GetText. | |
CIccTagZipUtf8Text & | operator= (const CIccTagZipUtf8Text &TextTag) |
Name: CIccTagZipUtf8Text::operator=. | |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagZipUtf8Text::Read. | |
bool | SetText (const icChar *szText) |
virtual bool | SetText (const icUChar *szText) |
Name: CIccTagZipUtf8Text::SetText. | |
bool | SetText (const icUChar16 *szText) |
Name: CIccTagZipUtf8Text::SetText. | |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagZipUtf8Text::Validate. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagZipUtf8Text::Write. | |
virtual | ~CIccTagZipUtf8Text () |
Name: CIccTagZipUtf8Text::~CIccTagZipUtf8Text. | |
![]() | |
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_nBufSize |
icUChar * | m_pZipBuf |
Definition at line 151 of file IccTagXml.h.
|
inline |
Definition at line 154 of file IccTagXml.h.
Referenced by NewCopy().
|
inline |
Definition at line 155 of file IccTagXml.h.
|
inlinevirtual |
Definition at line 156 of file IccTagXml.h.
|
inlinevirtual |
Reimplemented from CIccTagZipXml.
Definition at line 160 of file IccTagXml.h.
|
inlinevirtual |
|
inlinevirtual |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function.
Parameter(s): none
Returns a new CIccTag object that is a copy of this object.
Reimplemented from CIccTagZipXml.
Definition at line 158 of file IccTagXml.h.
References CIccTagXmlZipXml().
|
virtual |
Implements CIccTagXml.
Definition at line 300 of file IccTagXml.cpp.
References CIccXmlArrayType< T, Tsig >::GetBuf(), CIccXmlArrayType< T, Tsig >::GetSize(), icXmlGetHexData(), icXmlGetHexDataSize(), icXmlParseTextString(), icXmlStrCmp, and CIccXmlArrayType< T, Tsig >::SetSize().
|
virtual |
Implements CIccTagXml.
Definition at line 165 of file IccTagXml.cpp.
References icXmlDumpHexData().