IccMAX 2.1.27
Color Profile Tools
Loading...
Searching...
No Matches
CIccProfileDescStruct Class Reference

#include <IccTagBasic.h>

+ Collaboration diagram for CIccProfileDescStruct:

Public Member Functions

 CIccProfileDescStruct ()
 
 CIccProfileDescStruct (const CIccProfileDescStruct &IPDS)
 
CIccProfileDescStructoperator= (const CIccProfileDescStruct &ProfDescStruct)
 

Data Fields

icUInt64Number m_attributes
 
icSignature m_deviceMfg
 
CIccProfileDescText m_deviceMfgDesc
 
icSignature m_deviceModel
 
CIccProfileDescText m_deviceModelDesc
 
icTechnologySignature m_technology
 

Detailed Description

Data Class: CIccProfileDescStruct

Purpose: Storage class for profile description structure

Constructor & Destructor Documentation

◆ CIccProfileDescStruct() [1/2]

CIccProfileDescStruct::CIccProfileDescStruct ( )

Name: CIccProfileDescStruct::CIccProfileDescStruct

Purpose: Constructor

9411{
9412}

◆ CIccProfileDescStruct() [2/2]

CIccProfileDescStruct::CIccProfileDescStruct ( const CIccProfileDescStruct IPDS)

Name: CIccProfileDescStruct::CIccProfileDescStruct

Purpose: Copy Constructor

Args: IPDS = The CIccProfileDescStruct object to be copied

9426{
9427 m_deviceMfg = IPDS.m_deviceMfg;
9433}
CIccProfileDescText m_deviceMfgDesc
Definition IccTagBasic.h:1502
icSignature m_deviceMfg
Definition IccTagBasic.h:1498
icSignature m_deviceModel
Definition IccTagBasic.h:1499
icTechnologySignature m_technology
Definition IccTagBasic.h:1501
CIccProfileDescText m_deviceModelDesc
Definition IccTagBasic.h:1503
icUInt64Number m_attributes
Definition IccTagBasic.h:1500

References m_attributes, m_deviceMfg, m_deviceMfgDesc, m_deviceModel, m_deviceModelDesc, m_technology, and CIccProfileDescText::operator=().

+ Here is the call graph for this function:

Member Function Documentation

◆ operator=()

CIccProfileDescStruct & CIccProfileDescStruct::operator= ( const CIccProfileDescStruct ProfDescStruct)

Name: CIccProfileDescStruct::operator=

Purpose: Copy Operator

Args: ProfDescStruct = The CIccProfileDescStruct object to be copied

9448{
9449 if (&ProfDescStruct == this)
9450 return *this;
9451
9452 m_deviceMfg = ProfDescStruct.m_deviceMfg;
9453 m_deviceModel = ProfDescStruct.m_deviceModel;
9454 m_attributes = ProfDescStruct.m_attributes;
9455 m_technology = ProfDescStruct.m_technology;
9456 m_deviceMfgDesc = ProfDescStruct.m_deviceMfgDesc;
9457 m_deviceModelDesc = ProfDescStruct.m_deviceModelDesc;
9458
9459 return *this;
9460}

References m_attributes, m_deviceMfg, m_deviceMfgDesc, m_deviceModel, m_deviceModelDesc, m_technology, and CIccProfileDescText::operator=().

+ Here is the call graph for this function:

Field Documentation

◆ m_attributes

◆ m_deviceMfg

◆ m_deviceMfgDesc

◆ m_deviceModel

◆ m_deviceModelDesc

◆ m_technology


The documentation for this class was generated from the following files: