Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
#include <IccTagXml.h>
Public Member Functions | |
CIccTagXmlUtf8Text () | |
CIccTagXmlUtf8Text (const CIccTagXmlUtf8Text &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 | ~CIccTagXmlUtf8Text () |
![]() | |
icUInt32Number | Capacity () const |
CIccTagUtf8Text () | |
Name: CIccTagUtf8Text::CIccTagUtf8Text. | |
CIccTagUtf8Text (const CIccTagUtf8Text &ITT) | |
Name: CIccTagUtf8Text::CIccTagUtf8Text. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagUtf8Text::Describe. | |
icUChar * | GetBuffer (icUInt32Number nSize) |
Name: CIccTagUtf8Text::GetBuffer. | |
const icUChar * | GetText () const |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
CIccTagUtf8Text & | operator= (const CIccTagUtf8Text &TextTag) |
Name: CIccTagUtf8Text::operator=. | |
const icChar * | operator= (const icChar *szText) |
const icUChar * | operator= (const icUChar *szText) |
Name: *CIccTagUtf8Textoperator=. | |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagUtf8Text::Read. | |
void | Release () |
Name: CIccTagUtf8Text::Release. | |
void | SetText (const icChar *szText) |
void | SetText (const icUChar *szText) |
Name: CIccTagUtf8Text::SetText. | |
void | SetText (const icUChar16 *szText) |
Name: CIccTagUtf8Text::SetText. | |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagUtf8Text::Validate. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagUtf8Text::Write. | |
virtual | ~CIccTagUtf8Text () |
Name: CIccTagUtf8Text::~CIccTagUtf8Text. | |
![]() | |
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_szText |
Definition at line 117 of file IccTagXml.h.
|
inline |
Definition at line 120 of file IccTagXml.h.
Referenced by NewCopy().
|
inline |
Definition at line 121 of file IccTagXml.h.
|
inlinevirtual |
Definition at line 122 of file IccTagXml.h.
|
inlinevirtual |
Reimplemented from CIccTagUtf8Text.
Definition at line 126 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 CIccTagUtf8Text.
Definition at line 124 of file IccTagXml.h.
References CIccTagXmlUtf8Text().
|
virtual |
Implements CIccTagXml.
Definition at line 264 of file IccTagXml.cpp.
References icXmlParseTextString().
|
virtual |
Implements CIccTagXml.
Definition at line 151 of file IccTagXml.cpp.
References icXmlDumpTextData().