Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
Class: CIccTagDateTime. More...
#include <IccTagBasic.h>
Public Member Functions | |
CIccTagDateTime () | |
Name: CIccTagDateTime::CIccTagDateTime. | |
CIccTagDateTime (const CIccTagDateTime &ITDT) | |
Name: CIccTagDateTime::CIccTagDateTime. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagDateTime::Describe. | |
virtual const icChar * | GetClassName () const |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
virtual CIccTag * | NewCopy () const |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. | |
CIccTagDateTime & | operator= (const CIccTagDateTime &DateTimeTag) |
Name: CIccTagDateTime::operator=. | |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagDateTime::Read. | |
void | SetDateTime (icDateTimeNumber nDateTime) |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagDateTime::Validate. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagDateTime::Write. | |
virtual | ~CIccTagDateTime () |
Name: CIccTagDateTime::~CIccTagDateTime. | |
![]() | |
CIccTag () | |
Name: CIccTag::CIccTag. | |
virtual void | DetachIO () |
Function: ReadAll() - Read All sub data for tag from file. | |
virtual IIccExtensionTag * | GetExtension () |
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. | |
Protected Attributes | |
icDateTimeNumber | m_DateTime |
Additional Inherited Members | |
![]() | |
static CIccTag * | Create (icTagTypeSignature sig) |
Name: CIccTag::Create. | |
![]() | |
icUInt32Number | m_nReserved |
Class: CIccTagDateTime.
Purpose: The date time tag type
Definition at line 1321 of file IccTagBasic.h.
CIccTagDateTime::CIccTagDateTime | ( | ) |
Name: CIccTagDateTime::CIccTagDateTime.
Purpose: Constructor
Definition at line 8066 of file IccTagBasic.cpp.
CIccTagDateTime::CIccTagDateTime | ( | const CIccTagDateTime & | ITDT | ) |
Name: CIccTagDateTime::CIccTagDateTime.
Purpose: Copy Constructor
Args: ITDT = The CIccTagDateTime object to be copied
Definition at line 8082 of file IccTagBasic.cpp.
References m_DateTime.
|
virtual |
Name: CIccTagDateTime::~CIccTagDateTime.
Purpose: Destructor
Definition at line 8117 of file IccTagBasic.cpp.
|
virtual |
Name: CIccTagDateTime::Describe.
Purpose: Dump data associated with the tag to a string
Args: sDescription - string to concatenate tag dump to
Reimplemented from CIccTag.
Definition at line 8214 of file IccTagBasic.cpp.
|
inlinevirtual |
Reimplemented from CIccTag.
Reimplemented in CIccTagXmlDateTime.
Definition at line 1331 of file IccTagBasic.h.
|
inlinevirtual |
Function: GetType()
Purpose: Get Tag Type. Each derived tag will implement it's own GetType() function.
Reimplemented from CIccTag.
Definition at line 1330 of file IccTagBasic.h.
References icSigDateTimeType.
|
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 CIccTag.
Definition at line 1327 of file IccTagBasic.h.
CIccTagDateTime & CIccTagDateTime::operator= | ( | const CIccTagDateTime & | DateTimeTag | ) |
Name: CIccTagDateTime::operator=.
Purpose: Copy Operator
Args: DateTimeTag = The CIccTagDateTime object to be copied
Definition at line 8098 of file IccTagBasic.cpp.
References m_DateTime.
|
virtual |
Name: CIccTagDateTime::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.
Definition at line 8137 of file IccTagBasic.cpp.
References CIccIO::Read16(), CIccIO::Read32(), and sig.
|
inline |
Definition at line 1338 of file IccTagBasic.h.
|
virtual |
Name: CIccTagDateTime::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.
Definition at line 8242 of file IccTagBasic.cpp.
References CIccInfo::CheckData(), icMaxStatus(), and CIccTag::Validate().
|
virtual |
Name: CIccTagDateTime::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.
Definition at line 8183 of file IccTagBasic.cpp.
References sig, CIccIO::Write16(), and CIccIO::Write32().
|
protected |
Definition at line 1342 of file IccTagBasic.h.
Referenced by CIccTagDateTime(), and operator=().