Krita Source Code Documentation
Loading...
Searching...
No Matches
KoColorConversionSystem::RegistryInterface Struct Referenceabstract

#include <KoColorConversionSystem.h>

+ Inheritance diagram for KoColorConversionSystem::RegistryInterface:

Public Member Functions

virtual const KoColorSpacecolorSpace (const QString &colorModelId, const QString &colorDepthId, const QString &profileName)=0
 
virtual const KoColorSpaceFactorycolorSpaceFactory (const QString &colorModelId, const QString &colorDepthId) const =0
 
virtual QList< const KoColorSpaceFactory * > colorSpacesFor (const KoColorProfile *profile) const =0
 
virtual QList< const KoColorProfile * > profilesFor (const KoColorSpaceFactory *csf) const =0
 
virtual ~RegistryInterface ()
 

Detailed Description

Definition at line 35 of file KoColorConversionSystem.h.

Constructor & Destructor Documentation

◆ ~RegistryInterface()

virtual KoColorConversionSystem::RegistryInterface::~RegistryInterface ( )
inlinevirtual

Definition at line 36 of file KoColorConversionSystem.h.

36{}

Member Function Documentation

◆ colorSpace()

virtual const KoColorSpace * KoColorConversionSystem::RegistryInterface::colorSpace ( const QString & colorModelId,
const QString & colorDepthId,
const QString & profileName )
pure virtual

◆ colorSpaceFactory()

virtual const KoColorSpaceFactory * KoColorConversionSystem::RegistryInterface::colorSpaceFactory ( const QString & colorModelId,
const QString & colorDepthId ) const
pure virtual

◆ colorSpacesFor()

virtual QList< const KoColorSpaceFactory * > KoColorConversionSystem::RegistryInterface::colorSpacesFor ( const KoColorProfile * profile) const
pure virtual

◆ profilesFor()

virtual QList< const KoColorProfile * > KoColorConversionSystem::RegistryInterface::profilesFor ( const KoColorSpaceFactory * csf) const
pure virtual

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