Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
#include <IccTagProfSeqId.h>
Public Member Functions | |
CIccProfileIdDesc () | |
Name: sampleICC::CIccProfileIdDesc::CIccProfileIdDesc. | |
CIccProfileIdDesc (CIccProfile &profile) | |
Name: sampleICC::CIccProfileIdDesc::CIccProfileIdDesc. | |
CIccProfileIdDesc (const CIccProfileIdDesc &pid) | |
Name: sampleICC::CIccProfileIdDesc::CIccProfileIdDesc. | |
CIccProfileIdDesc (icProfileID id, CIccTagMultiLocalizedUnicode desc) | |
Name: sampleICC::CIccProfileIdDesc::CIccProfileIdDesc. | |
void | Describe (std::string &sDescription, int nVerboseness) |
Name: sampleICC::CIccProfileIdDesc::Describe. | |
CIccProfileIdDesc & | operator= (const CIccProfileIdDesc &pid) |
Name: sampleICC::CIccProfileIdDesc::operator=. | |
bool | Read (icUInt32Number size, CIccIO *pIO) |
Name: sampleICC::CIccProfileIdDesc::Read. | |
icValidateStatus | Validate (std::string sigPath, std::string &sReport, const CIccProfile *pProfile=NULL) const |
Name: CIccProfileIdDesc::Validate. | |
bool | Write (CIccIO *pIO) |
Name: sampleICC::CIccProfileIdDesc::Write. | |
Public Attributes | |
CIccTagMultiLocalizedUnicode | m_desc |
icProfileID | m_profileID |
Definition at line 85 of file IccTagProfSeqId.h.
CIccProfileIdDesc::CIccProfileIdDesc | ( | ) |
Name: sampleICC::CIccProfileIdDesc::CIccProfileIdDesc.
Purpose:
Args:
Return:
Definition at line 95 of file IccTagProfSeqId.cpp.
References m_profileID.
CIccProfileIdDesc::CIccProfileIdDesc | ( | CIccProfile & | profile | ) |
Name: sampleICC::CIccProfileIdDesc::CIccProfileIdDesc.
Purpose:
Args: CIccProfile &profile
Return:
Definition at line 114 of file IccTagProfSeqId.cpp.
References CIccTagText::GetText(), CIccTagTextDescription::GetText(), CIccTag::GetType(), icSigMultiLocalizedUnicodeType, icSigProfileDescriptionTag, icSigTextDescriptionType, icSigTextType, m_desc, m_profileID, and CIccTagMultiLocalizedUnicode::SetText().
CIccProfileIdDesc::CIccProfileIdDesc | ( | icProfileID | id, |
CIccTagMultiLocalizedUnicode | desc ) |
Name: sampleICC::CIccProfileIdDesc::CIccProfileIdDesc.
Purpose:
Args: icProfileID id CIccMultiLocalizedUnicode desc
Return:
Definition at line 164 of file IccTagProfSeqId.cpp.
References m_desc, and m_profileID.
CIccProfileIdDesc::CIccProfileIdDesc | ( | const CIccProfileIdDesc & | pid | ) |
Name: sampleICC::CIccProfileIdDesc::CIccProfileIdDesc.
Purpose:
Args: const CIccProfileIdDesc &pid
Return:
Definition at line 184 of file IccTagProfSeqId.cpp.
References m_desc, and m_profileID.
void CIccProfileIdDesc::Describe | ( | std::string & | sDescription, |
int | nVerboseness ) |
Name: sampleICC::CIccProfileIdDesc::Describe.
Purpose:
Args: std::string &sDescription
Return: void
Definition at line 229 of file IccTagProfSeqId.cpp.
References CIccTagMultiLocalizedUnicode::Describe(), icProfileID::ID8, m_desc, and m_profileID.
CIccProfileIdDesc & CIccProfileIdDesc::operator= | ( | const CIccProfileIdDesc & | pid | ) |
Name: sampleICC::CIccProfileIdDesc::operator=.
Purpose:
Args: const CIccProfileIdDesc &pid
Return: CIccProfileIdDesc &
Definition at line 204 of file IccTagProfSeqId.cpp.
References m_desc, and m_profileID.
bool CIccProfileIdDesc::Read | ( | icUInt32Number | size, |
CIccIO * | pIO ) |
Name: sampleICC::CIccProfileIdDesc::Read.
Purpose:
Args: icUInt32Number size CIccIO *pIO
Return: bool
Definition at line 266 of file IccTagProfSeqId.cpp.
References m_desc, m_profileID, CIccTagMultiLocalizedUnicode::Read(), and CIccIO::Read8().
Referenced by CIccTagProfileSequenceId::Read().
icValidateStatus CIccProfileIdDesc::Validate | ( | std::string | sigPath, |
std::string & | sReport, | ||
const CIccProfile * | pProfile = NULL ) const |
Name: CIccProfileIdDesc::Validate.
Purpose:
Args: std::string &sReport
Return: icValidateStatus
Definition at line 316 of file IccTagProfSeqId.cpp.
References m_desc, and CIccTagMultiLocalizedUnicode::Validate().
bool CIccProfileIdDesc::Write | ( | CIccIO * | pIO | ) |
Name: sampleICC::CIccProfileIdDesc::Write.
Purpose:
Args: CIccIO *pIO
Return: bool
Definition at line 294 of file IccTagProfSeqId.cpp.
References m_desc, m_profileID, CIccTagMultiLocalizedUnicode::Write(), and CIccIO::Write8().
CIccTagMultiLocalizedUnicode CIccProfileIdDesc::m_desc |
Definition at line 101 of file IccTagProfSeqId.h.
Referenced by CIccProfileIdDesc(), CIccProfileIdDesc(), CIccProfileIdDesc(), Describe(), operator=(), CIccTagXmlProfileSequenceId::ParseXml(), Read(), Validate(), and Write().
icProfileID CIccProfileIdDesc::m_profileID |
Definition at line 102 of file IccTagProfSeqId.h.
Referenced by CIccProfileIdDesc(), CIccProfileIdDesc(), CIccProfileIdDesc(), CIccProfileIdDesc(), Describe(), operator=(), CIccTagXmlProfileSequenceId::ParseXml(), Read(), and Write().