Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
#include <IccTagXml.h>
Public Member Functions | |
CIccTagXmlUtf16Text () | |
CIccTagXmlUtf16Text (const CIccTagXmlUtf16Text &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 | ~CIccTagXmlUtf16Text () |
![]() | |
icUInt32Number | Capacity () const |
CIccTagUtf16Text () | |
Name: CIccTagUtf16Text::CIccTagUtf16Text. | |
CIccTagUtf16Text (const CIccTagUtf16Text &ITT) | |
Name: CIccTagUtf16Text::CIccTagUtf16Text. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagUtf16Text::Describe. | |
icUChar16 * | GetBuffer (icUInt32Number nSize) |
Name: CIccTagUtf16Text::GetBuffer. | |
icUInt32Number | GetLength () const |
Name: CIccTagUtf16Text::GetLength. | |
const icUChar16 * | GetText () const |
const icChar * | GetText (std::string &bufStr) const |
Name: CIccTagUtf16Text::GetText. | |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
CIccTagUtf16Text & | operator= (const CIccTagUtf16Text &TextTag) |
Name: CIccTagUtf16Text::operator=. | |
const icUChar16 * | operator= (const icUChar16 *szText) |
Name: *CIccTagUtf16Textoperator=. | |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagUtf16Text::Read. | |
void | Release () |
Name: CIccTagUtf16Text::Release. | |
void | SetText (const icChar *szText) |
void | SetText (const icUChar *szText) |
Name: CIccTagUtf16Text::SetText. | |
void | SetText (const icUChar16 *szText) |
Name: CIccTagUtf16Text::SetText. | |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagUtf16Text::Validate. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagUtf16Text::Write. | |
virtual | ~CIccTagUtf16Text () |
Name: CIccTagUtf16Text::~CIccTagUtf16Text. | |
![]() | |
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 |
icUChar16 * | m_szText |
Definition at line 168 of file IccTagXml.h.
|
inline |
Definition at line 171 of file IccTagXml.h.
Referenced by NewCopy().
|
inline |
Definition at line 172 of file IccTagXml.h.
|
inlinevirtual |
Definition at line 173 of file IccTagXml.h.
|
inlinevirtual |
Reimplemented from CIccTagUtf16Text.
Definition at line 177 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 CIccTagUtf16Text.
Definition at line 175 of file IccTagXml.h.
References CIccTagXmlUtf16Text().
|
virtual |
Implements CIccTagXml.
Definition at line 325 of file IccTagXml.cpp.
References icXmlParseTextString().
|
virtual |
Implements CIccTagXml.
Definition at line 174 of file IccTagXml.cpp.
References icXmlDumpTextData().