Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
#include <IccTagXml.h>
Public Member Functions | |
CIccTagXmlTextDescription () | |
CIccTagXmlTextDescription (const CIccTagXmlTextDescription &ITTD) | |
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 | ~CIccTagXmlTextDescription () |
![]() | |
icUInt32Number | Capacity () const |
CIccTagTextDescription () | |
Name: CIccTagTextDescription::CIccTagTextDescription. | |
CIccTagTextDescription (const CIccTagTextDescription &ITTD) | |
Name: CIccTagTextDescription::CIccTagTextDescription. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagTextDescription::Describe. | |
icChar * | GetBuffer (icUInt32Number nSize) |
Name: CIccTagTextDescription::GetBuffer. | |
const icChar * | GetText () const |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
icUInt16Number * | GetUnicodeBuffer (icUInt32Number nSize) |
Name: CIccTagTextDescription::GetUnicodeBuffer. | |
CIccTagTextDescription & | operator= (const CIccTagTextDescription &TextDescTag) |
Name: CIccTagTextDescription::operator=. | |
const icChar * | operator= (const icChar *szText) |
Name: CIccTagTextDescription::operator=. | |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagTextDescription::Read. | |
void | Release () |
Name: CIccTagTextDescription::Release. | |
void | ReleaseUnicode () |
Name: CIccTagTextDescription::ReleaseUnicode. | |
void | SetText (const icChar *szText) |
Name: CIccTagTextDescription::SetText. | |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagTextDescription::Validate. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagTextDescription::Write. | |
virtual | ~CIccTagTextDescription () |
Name: CIccTagTextDescription::~CIccTagTextDescription. | |
![]() | |
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 |
![]() | |
bool | m_bInvalidScript |
icUInt32Number | m_nASCIISize |
icUInt16Number | m_nScriptCode |
icUInt8Number | m_nScriptSize |
icUInt32Number | m_nUnicodeLanguageCode |
icUInt32Number | m_nUnicodeSize |
icUInt8Number | m_szScriptText [67] |
icChar * | m_szText |
icUInt16Number * | m_uzUnicodeText |
Definition at line 186 of file IccTagXml.h.
|
inline |
Definition at line 189 of file IccTagXml.h.
Referenced by NewCopy().
|
inline |
Definition at line 190 of file IccTagXml.h.
|
inlinevirtual |
Definition at line 191 of file IccTagXml.h.
|
inlinevirtual |
Reimplemented from CIccTagTextDescription.
Definition at line 195 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 CIccTagTextDescription.
Definition at line 193 of file IccTagXml.h.
References CIccTagXmlTextDescription().
|
virtual |
Implements CIccTagXml.
Definition at line 381 of file IccTagXml.cpp.
References CIccIO::GetLength(), IccOpenFileIO(), icUtf8ToAnsi(), icXmlAttrValue(), icXmlFindNode(), icXmlGetHexData(), icXmlParseTextString(), icXmlStrCmp, CIccIO::ReadLine(), and CIccUTF16String::Size().
|
virtual |
Implements CIccTagXml.
Definition at line 336 of file IccTagXml.cpp.
References icFixXml(), icGetSigStr(), icUtf16ToUtf8(), and icXmlDumpTextData().