Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
Class: CIccTagZipXml() More...
#include <IccTagBasic.h>
Public Member Functions | |
CIccTagZipXml () | |
CIccTagZipXml (const CIccTagZipXml &ITT) | |
virtual const icChar * | GetClassName () const |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
virtual CIccTag * | NewCopy () const |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. | |
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 IIccExtensionTag * | GetExtension () |
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. | |
Additional Inherited Members | |
![]() | |
static CIccTag * | Create (icTagTypeSignature sig) |
Name: CIccTag::Create. | |
![]() | |
icUInt32Number | m_nReserved |
![]() | |
icUInt32Number | m_nBufSize |
icUChar * | m_pZipBuf |
Class: CIccTagZipXml()
Purpose: The zipXMLType ICC tag
Definition at line 412 of file IccTagBasic.h.
|
inline |
Definition at line 415 of file IccTagBasic.h.
|
inlinevirtual |
Definition at line 416 of file IccTagBasic.h.
|
inline |
Definition at line 417 of file IccTagBasic.h.
|
inlinevirtual |
Reimplemented from CIccTagZipUtf8Text.
Reimplemented in CIccTagXmlZipXml.
Definition at line 422 of file IccTagBasic.h.
|
inlinevirtual |
Function: GetType()
Purpose: Get Tag Type. Each derived tag will implement it's own GetType() function.
Reimplemented from CIccTagZipUtf8Text.
Definition at line 421 of file IccTagBasic.h.
References icSigZipXmlType.
|
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 CIccTagZipUtf8Text.
Reimplemented in CIccTagXmlZipXml.
Definition at line 419 of file IccTagBasic.h.
|
inline |
Definition at line 418 of file IccTagBasic.h.
References CIccTagZipUtf8Text::operator=().