Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
#include <IccTagXml.h>
Public Member Functions | |
CIccTagXmlMultiLocalizedUnicode () | |
CIccTagXmlMultiLocalizedUnicode (const CIccTagXmlMultiLocalizedUnicode &ITMLU) | |
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 | ~CIccTagXmlMultiLocalizedUnicode () |
![]() | |
CIccTagMultiLocalizedUnicode () | |
Name: CIccTagMultiLocalizedUnicode::CIccTagMultiLocalizedUnicode. | |
CIccTagMultiLocalizedUnicode (const CIccTagMultiLocalizedUnicode &ITMLU) | |
Name: CIccTagMultiLocalizedUnicode::CIccTagMultiLocalizedUnicode. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagMultiLocalizedUnicode::Describe. | |
CIccLocalizedUnicode * | Find (icLanguageCode nLanguageCode=icLanguageCodeEnglish, icCountryCode nRegionCode=icCountryCodeUSA) |
Name: refIccMAX::CIccTagMultiLocalizedUnicode::Find. | |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
CIccTagMultiLocalizedUnicode & | operator= (const CIccTagMultiLocalizedUnicode &MultiLocalizedTag) |
Name: CIccTagMultiLocalizedUnicode::operator=. | |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagMultiLocalizedUnicode::Read. | |
void | SetText (const icChar *szText, icLanguageCode nLanguageCode=icLanguageCodeEnglish, icCountryCode nRegionCode=icCountryCodeUSA) |
Name: refIccMAX::CIccTagMultiLocalizedUnicode::SetText. | |
void | SetText (const icUInt16Number *sszUnicode16Text, icLanguageCode nLanguageCode=icLanguageCodeEnglish, icCountryCode nRegionCode=icCountryCodeUSA) |
Name: refIccMAX::CIccTagMultiLocalizedUnicode::SetText. | |
void | SetText (const icUInt32Number *sszUnicode32Text, icLanguageCode nLanguageCode=icLanguageCodeEnglish, icCountryCode nRegionCode=icCountryCodeUSA) |
Name: refIccMAX::CIccTagMultiLocalizedUnicode::SetText. | |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagMultiLocalizedUnicode::Validate. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagMultiLocalizedUnicode::Write. | |
virtual | ~CIccTagMultiLocalizedUnicode () |
Name: CIccTagMultiLocalizedUnicode::~CIccTagMultiLocalizedUnicode. | |
![]() | |
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. | |
![]() | |
CIccMultiLocalizedUnicode * | m_Strings |
![]() | |
icUInt32Number | m_nReserved |
Definition at line 353 of file IccTagXml.h.
|
inline |
Definition at line 356 of file IccTagXml.h.
Referenced by NewCopy().
|
inline |
Definition at line 357 of file IccTagXml.h.
|
inlinevirtual |
Definition at line 358 of file IccTagXml.h.
|
inlinevirtual |
Reimplemented from CIccTagMultiLocalizedUnicode.
Definition at line 362 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 CIccTagMultiLocalizedUnicode.
Definition at line 360 of file IccTagXml.h.
References CIccTagXmlMultiLocalizedUnicode().
|
virtual |
Implements CIccTagXml.
Definition at line 1681 of file IccTagXml.cpp.
References CIccUTF16String::c_str(), icGetSigVal(), icXmlAttrValue(), icXmlFindAttr(), and icXmlFindNode().
|
virtual |
Implements CIccTagXml.
Definition at line 1660 of file IccTagXml.cpp.
References icFixXml(), icGetSigStr(), and icUtf16ToUtf8().