#include <IccTagBasic.h>
Inheritance diagram for CIccTagSignature:
Public Member Functions | |
CIccTagSignature () | |
CIccTagSignature (const CIccTagSignature &ITS) | |
CIccTagSignature & | operator= (const CIccTagSignature &SignatureTag) |
virtual CIccTag * | NewCopy () const |
virtual | ~CIccTagSignature () |
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) |
icUInt32Number | GetValue () const |
void | SetValue (icUInt32Number sig) |
icUInt32Number | operator= (icUInt32Number sig) |
virtual icValidateStatus | Validate (icTagSignature sig, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Protected Attributes | |
icUInt32Number | m_nSig |
Purpose: The signatureType tag
|
Name: CIccTagSignature::CIccTagSignature Purpose: Constructor |
|
Name: CIccTagSignature::CIccTagSignature Purpose: Copy Constructor Args: ITS = The CIccTagSignature object to be copied |
|
Name: CIccTagSignature::~CIccTagSignature Purpose: Destructor |
|
Name: CIccTagSignature::Describe Purpose: Dump data associated with the tag to a string Args: sDescription - string to concatenate tag dump to Reimplemented from CIccTag. |
|
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: CIccTagSignature::operator= Purpose: Copy Operator Args: SignatureTag = The CIccTagSignature object to be copied |
|
Name: CIccTagSignature::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: CIccTagSignature::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: CIccTagSignature::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. |
|
|