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

Purpose: The textType ICC tag
|
|
Name: CIccTagTextDescription::CIccTagTextDescription Purpose: Constructor |
|
|
Name: CIccTagTextDescription::CIccTagTextDescription Purpose: Copy Constructor Args: ITTD = The CIccTagTextDescription object to be copied |
|
|
Name: CIccTagTextDescription::~CIccTagTextDescription Purpose: Destructor |
|
|
|
|
|
Name: CIccTagTextDescription::Describe Purpose: Dump data associated with the tag to a string Args: sDescription - string to concatenate tag dump to Reimplemented from CIccTag. |
|
|
Name: CIccTagTextDescription::GetBuffer Purpose: This function allocates room and returns pointer to data buffer to put string into Args: nSize = Requested size of data buffer. Return: |
|
|
Reimplemented from CIccTag. |
|
|
|
|
|
Function: GetType() Purpose: Get Tag Type. Each derived tag will implement it's own GetType() function. Reimplemented from CIccTag. |
|
|
Name: CIccTagTextDescription::GetUnicodeBuffer Purpose: This function allocates room and returns pointer to data buffer to put string into Args: nSize = Requested size of data buffer. Return: |
|
|
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: CIccTagTextDescription::operator= Purpose: Define assignment operator to associate text with tag. Args: szText - zero terminated string to put in the tag Return: A pointer to the string assigned to the tag. |
|
|
Name: CIccTagTextDescription::operator= Purpose: Copy Operator Args: TextDescTag = The CIccTagTextDescription object to be copied |
|
||||||||||||
|
Name: CIccTagTextDescription::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: CIccTagTextDescription::Release Purpose: This will resize the buffer to fit the zero terminated string in the buffer. |
|
|
Name: CIccTagTextDescription::ReleaseUnicode Purpose: This will resize the buffer to fit the zero terminated string in the buffer. |
|
|
Name: CIccTagTextDescription::SetText Purpose: Allows text data associated with the tag to be set. Args: szText - zero terminated string to put in tag |
|
||||||||||||||||
|
Name: CIccTagTextDescription::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: CIccTagTextDescription::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