Krita Source Code Documentation
Loading...
Searching...
No Matches
KoColorConversionSystem::NodeKey Struct Reference

#include <KoColorConversionSystem_p.h>

+ Inheritance diagram for KoColorConversionSystem::NodeKey:

Public Member Functions

 NodeKey (const QString &_modelId, const QString &_depthId, const QString &_profileName)
 
bool operator== (const KoColorConversionSystem::NodeKey &rhs) const
 

Public Attributes

QString depthId
 
QString modelId
 
QString profileName
 

Detailed Description

Definition at line 161 of file KoColorConversionSystem_p.h.

Constructor & Destructor Documentation

◆ NodeKey()

KoColorConversionSystem::NodeKey::NodeKey ( const QString & _modelId,
const QString & _depthId,
const QString & _profileName )
inline

Member Function Documentation

◆ operator==()

bool KoColorConversionSystem::NodeKey::operator== ( const KoColorConversionSystem::NodeKey & rhs) const
inline

Definition at line 170 of file KoColorConversionSystem_p.h.

170 {
171 return modelId == rhs.modelId && depthId == rhs.depthId && profileName == rhs.profileName;
172 }

References depthId, modelId, and profileName.

Member Data Documentation

◆ depthId

QString KoColorConversionSystem::NodeKey::depthId

Definition at line 175 of file KoColorConversionSystem_p.h.

◆ modelId

QString KoColorConversionSystem::NodeKey::modelId

Definition at line 174 of file KoColorConversionSystem_p.h.

◆ profileName

QString KoColorConversionSystem::NodeKey::profileName

Definition at line 176 of file KoColorConversionSystem_p.h.


The documentation for this struct was generated from the following file: