Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
Class: CIccTagProfileSequenceId. More...
#include <IccTagProfSeqId.h>
Public Member Functions | |
bool | AddProfileDescription (CIccProfile &profile) |
bool | AddProfileDescription (const CIccProfileIdDesc &profileDesc) |
Name: sampleICC::CIccTagProfileSequenceId::AddProfileDescription. | |
CIccProfileIdDescList::iterator | begin () |
CIccTagProfileSequenceId () | |
Name: CIccTagProfileSequenceId::CIccTagProfileSequenceId. | |
CIccTagProfileSequenceId (const CIccTagProfileSequenceId &lut) | |
Name: CIccTagProfileSequenceId::CIccTagProfileSequenceId. | |
virtual void | Describe (std::string &sDescription, int nVerboseness) |
Name: CIccTagProfileSequenceId::Describe. | |
CIccProfileIdDescList::iterator | end () |
virtual const icChar * | GetClassName () const |
CIccProfileIdDesc * | GetFirst () |
Name: sampleICC::CIccTagProfileSequenceId::GetFirst. | |
CIccProfileIdDesc * | GetLast () |
Name: sampleICC::CIccTagProfileSequenceId::GetLast. | |
virtual icTagTypeSignature | GetType () const |
Function: GetType() | |
virtual CIccTag * | NewCopy () const |
Function: NewCopy(sDescription) Each derived tag will implement it's own NewCopy() function. | |
CIccTagProfileSequenceId & | operator= (const CIccTagProfileSequenceId &lut) |
Name: &operator=. | |
virtual bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: CIccTagProfileSequenceId::Read. | |
virtual icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccTagProfileSequenceId::Validate. | |
virtual bool | Write (CIccIO *pIO) |
Name: CIccTagProfileSequenceId::Write. | |
virtual | ~CIccTagProfileSequenceId () |
Name: CIccTagProfileSequenceId::~CIccTagProfileSequenceId. | |
![]() | |
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. | |
Static Public Member Functions | |
static CIccTagProfileSequenceId * | ParseMem (icUInt8Number *pMem, icUInt32Number size) |
Name: CIccTagProfileSequenceId::ParseMem. | |
![]() | |
static CIccTag * | Create (icTagTypeSignature sig) |
Name: CIccTag::Create. | |
Protected Member Functions | |
void | Cleanup () |
Protected Attributes | |
CIccProfileIdDescList * | m_list |
Additional Inherited Members | |
![]() | |
icUInt32Number | m_nReserved |
Class: CIccTagProfileSequenceId.
Purpose: The ProfileSequenceId tag
Definition at line 114 of file IccTagProfSeqId.h.
CIccTagProfileSequenceId::CIccTagProfileSequenceId | ( | ) |
Name: CIccTagProfileSequenceId::CIccTagProfileSequenceId.
Purpose:
Args:
Return:
Definition at line 333 of file IccTagProfSeqId.cpp.
References m_list.
Referenced by ParseMem().
CIccTagProfileSequenceId::CIccTagProfileSequenceId | ( | const CIccTagProfileSequenceId & | psi | ) |
Name: CIccTagProfileSequenceId::CIccTagProfileSequenceId.
Purpose:
Args:
Return:
Definition at line 348 of file IccTagProfSeqId.cpp.
References m_list.
|
virtual |
Name: CIccTagProfileSequenceId::~CIccTagProfileSequenceId.
Purpose:
Args:
Return:
Definition at line 385 of file IccTagProfSeqId.cpp.
References m_list.
|
inline |
Definition at line 135 of file IccTagProfSeqId.h.
References AddProfileDescription().
Referenced by AddProfileDescription().
bool CIccTagProfileSequenceId::AddProfileDescription | ( | const CIccProfileIdDesc & | profileDesc | ) |
Name: sampleICC::CIccTagProfileSequenceId::AddProfileDescription.
Purpose:
Args: CIccProfileIdDesc &profileDesc
Return: bool
Definition at line 645 of file IccTagProfSeqId.cpp.
References m_list.
|
inline |
Definition at line 141 of file IccTagProfSeqId.h.
|
protected |
|
virtual |
Name: CIccTagProfileSequenceId::Describe.
Purpose:
Args:
Return:
Reimplemented from CIccTag.
Definition at line 429 of file IccTagProfSeqId.cpp.
References m_list.
|
inline |
Definition at line 142 of file IccTagProfSeqId.h.
|
inlinevirtual |
Reimplemented from CIccTag.
Reimplemented in CIccTagXmlProfileSequenceId.
Definition at line 126 of file IccTagProfSeqId.h.
CIccProfileIdDesc * CIccTagProfileSequenceId::GetFirst | ( | ) |
Name: sampleICC::CIccTagProfileSequenceId::GetFirst.
Purpose:
Args:
Return: CIccProfileIdDesc *
Definition at line 665 of file IccTagProfSeqId.cpp.
References m_list.
CIccProfileIdDesc * CIccTagProfileSequenceId::GetLast | ( | ) |
Name: sampleICC::CIccTagProfileSequenceId::GetLast.
Purpose:
Args:
Return: CIccProfileIdDesc *
Definition at line 686 of file IccTagProfSeqId.cpp.
References m_list.
|
inlinevirtual |
Function: GetType()
Purpose: Get Tag Type. Each derived tag will implement it's own GetType() function.
Reimplemented from CIccTag.
Definition at line 125 of file IccTagProfSeqId.h.
References icSigProfileSequceIdType.
Referenced by Validate(), and Write().
|
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 120 of file IccTagProfSeqId.h.
CIccTagProfileSequenceId & CIccTagProfileSequenceId::operator= | ( | const CIccTagProfileSequenceId & | psi | ) |
Name: &operator=.
Purpose:
Args:
Return:
Definition at line 365 of file IccTagProfSeqId.cpp.
References m_list.
|
static |
Name: CIccTagProfileSequenceId::ParseMem.
Purpose:
Args:
Return:
Definition at line 401 of file IccTagProfSeqId.cpp.
References CIccMemIO::Attach(), CIccTagProfileSequenceId(), and Read().
|
virtual |
Name: CIccTagProfileSequenceId::Read.
Purpose:
Args:
Return:
Reimplemented from CIccTag.
Definition at line 461 of file IccTagProfSeqId.cpp.
References icSeekSet, m_list, CIccTag::m_nReserved, icPositionNumber::offset, CIccProfileIdDesc::Read(), CIccIO::Read32(), CIccIO::Seek(), sig, icPositionNumber::size, and CIccIO::Tell().
Referenced by ParseMem().
|
virtual |
Name: CIccTagProfileSequenceId::Validate.
Purpose:
Args:
Return:
Reimplemented from CIccTag.
Definition at line 614 of file IccTagProfSeqId.cpp.
References CIccInfo::GetSigPathName(), GetType(), icGetSigPath(), icMaxStatus(), m_list, and CIccTag::Validate().
|
virtual |
Name: CIccTagProfileSequenceId::Write.
Purpose:
Args:
Return:
Reimplemented from CIccTag.
Definition at line 542 of file IccTagProfSeqId.cpp.
References CIccIO::Align32(), GetType(), icSeekSet, m_list, CIccTag::m_nReserved, icPositionNumber::offset, CIccIO::Seek(), sig, icPositionNumber::size, CIccIO::Tell(), and CIccIO::Write32().
|
protected |
Definition at line 147 of file IccTagProfSeqId.h.
Referenced by AddProfileDescription(), CIccTagProfileSequenceId(), CIccTagProfileSequenceId(), Describe(), GetFirst(), GetLast(), operator=(), Read(), Validate(), Write(), and ~CIccTagProfileSequenceId().