#include <IccTagBasic.h>
Inheritance diagram for CIccTagMultiLocalizedUnicode:

Public Member Functions | |
| CIccTagMultiLocalizedUnicode () | |
| CIccTagMultiLocalizedUnicode (const CIccTagMultiLocalizedUnicode &ITMLU) | |
| CIccTagMultiLocalizedUnicode & | operator= (const CIccTagMultiLocalizedUnicode &MultiLocalizedTag) |
| virtual CIccTag * | NewCopy () const |
| virtual | ~CIccTagMultiLocalizedUnicode () |
| virtual icTagTypeSignature | GetType () |
| virtual const icChar * | GetClassName () |
| virtual void | Describe (std::string &sDescription) |
| virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
| virtual bool | Write (CIccIO *pIO) |
| virtual icValidateStatus | Validate (icTagSignature sig, std::string &sReport, const CIccProfile *pProfile=NULL) const |
| CIccLocalizedUnicode * | Find (icLanguageCode nLanguageCode=icLanguageCodeEnglish, icCountryCode nRegionCode=icCountryCodeUSA) |
| void | SetText (const icChar *szText, icLanguageCode nLanguageCode=icLanguageCodeEnglish, icCountryCode nRegionCode=icCountryCodeUSA) |
| void | SetText (const icUInt16Number *sszUnicodeText, icLanguageCode nLanguageCode=icLanguageCodeEnglish, icCountryCode nRegionCode=icCountryCodeUSA) |
Public Attributes | |
| CIccMultiLocalizedUnicode * | m_Strings |
Purpose: The MultiLocalizedUnicode tag
|
|
Name: CIccTagMultiLocalizedUnicode::CIccTagMultiLocalizedUnicode Purpose: Constructor |
|
|
Name: CIccTagMultiLocalizedUnicode::CIccTagMultiLocalizedUnicode Purpose: Copy Constructor Args: ITMLU = The CIccTagMultiLocalizedUnicode object to be copied |
|
|
Name: CIccTagMultiLocalizedUnicode::~CIccTagMultiLocalizedUnicode Purpose: Destructor |
|
|
Name: CIccTagMultiLocalizedUnicode::Describe Purpose: Dump data associated with the tag to a string Args: sDescription - string to concatenate tag dump to Reimplemented from CIccTag. |
|
||||||||||||
|
Name: sampleICC::CIccTagMultiLocalizedUnicode::Find Purpose: Args: nLanguageCode nRegionCode Return: Pointer to CIccLocalizedUnicode object associated with the nLanguageCode and nRegionCode or NULL if not found |
|
|
Reimplemented from CIccTag. |
|
|
Function: GetType() Purpose: Get Tag Type. Each derived tag will implement it's own GetType() function. Reimplemented from CIccTag. |
|
|
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 CIccTag. |
|
|
Name: CIccTagMultiLocalizedUnicode::operator= Purpose: Copy Operator Args: MultiLocalizedTag = The CIccTagMultiLocalizedUnicode object to be copied |
|
||||||||||||
|
Name: CIccTagMultiLocalizedUnicode::Read Purpose: Read in the tag contents into a data block Args: size - # of bytes in tag, pIO - IO object to read tag from Return: true = successful, false = failure Reimplemented from CIccTag. |
|
||||||||||||||||
|
Name: sampleICC::CIccTagMultiLocalizedUnicode::SetText Purpose: Args: sszUnicodeText nLanguageCode RegionCode |
|
||||||||||||||||
|
Name: sampleICC::CIccTagMultiLocalizedUnicode::SetText Purpose: Args: sszUnicodeText nLanguageCode RegionCode |
|
||||||||||||||||
|
Name: CIccTagMultiLocalizedUnicode::Validate Purpose: Check tag data validity. Args: sig = signature of tag being validated, sReport = String to add report information to Return: icValidateStatusOK if valid, or other error status. Reimplemented from CIccTag. |
|
|
Name: CIccTagMultiLocalizedUnicode::Write Purpose: Write the tag to a file Args: pIO - The IO object to write tag to. Return: true = succesful, false = failure Reimplemented from CIccTag. |
|
|
|
1.3.9.1