Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
Loading...
Searching...
No Matches
CIccProfileDescStruct Class Reference

Data Class: CIccProfileDescStruct. More...

#include <IccTagBasic.h>

+ Collaboration diagram for CIccProfileDescStruct:

Public Member Functions

 CIccProfileDescStruct ()
 Name: CIccProfileDescStruct::CIccProfileDescStruct.
 
 CIccProfileDescStruct (const CIccProfileDescStruct &IPDS)
 Name: CIccProfileDescStruct::CIccProfileDescStruct.
 
CIccProfileDescStructoperator= (const CIccProfileDescStruct &ProfDescStruct)
 Name: CIccProfileDescStruct::operator=.
 

Public Attributes

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

Definition at line 1490 of file IccTagBasic.h.

Constructor & Destructor Documentation

◆ CIccProfileDescStruct() [1/2]

CIccProfileDescStruct::CIccProfileDescStruct ( )

Name: CIccProfileDescStruct::CIccProfileDescStruct.

Purpose: Constructor

Definition at line 9347 of file IccTagBasic.cpp.

9348{
9349}

◆ CIccProfileDescStruct() [2/2]

CIccProfileDescStruct::CIccProfileDescStruct ( const CIccProfileDescStruct & IPDS)

Name: CIccProfileDescStruct::CIccProfileDescStruct.

Purpose: Copy Constructor

Args: IPDS = The CIccProfileDescStruct object to be copied

Definition at line 9362 of file IccTagBasic.cpp.

9363{
9364 m_deviceMfg = IPDS.m_deviceMfg;
9370}
CIccProfileDescText m_deviceMfgDesc
icSignature m_deviceModel
icTechnologySignature m_technology
CIccProfileDescText m_deviceModelDesc
icUInt64Number m_attributes

References m_attributes, m_deviceMfg, m_deviceMfgDesc, m_deviceModel, m_deviceModelDesc, and m_technology.

Member Function Documentation

◆ operator=()

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

Name: CIccProfileDescStruct::operator=.

Purpose: Copy Operator

Args: ProfDescStruct = The CIccProfileDescStruct object to be copied

Definition at line 9384 of file IccTagBasic.cpp.

9385{
9386 if (&ProfDescStruct == this)
9387 return *this;
9388
9389 m_deviceMfg = ProfDescStruct.m_deviceMfg;
9390 m_deviceModel = ProfDescStruct.m_deviceModel;
9391 m_attributes = ProfDescStruct.m_attributes;
9392 m_technology = ProfDescStruct.m_technology;
9393 m_deviceMfgDesc = ProfDescStruct.m_deviceMfgDesc;
9394 m_deviceModelDesc = ProfDescStruct.m_deviceModelDesc;
9395
9396 return *this;
9397}

References m_attributes, m_deviceMfg, m_deviceMfgDesc, m_deviceModel, m_deviceModelDesc, and m_technology.

Member Data Documentation

◆ m_attributes

◆ m_deviceMfg

◆ m_deviceMfgDesc

◆ m_deviceModel

◆ m_deviceModelDesc

◆ m_technology


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