Krita Source Code Documentation
Loading...
Searching...
No Matches
KoColorSpaceFactory::ProfileRegistrationInterface Struct Referenceabstract

#include <KoColorSpaceFactory.h>

+ Inheritance diagram for KoColorSpaceFactory::ProfileRegistrationInterface:

Public Member Functions

virtual const KoColorProfileprofileByName (const QString &profileName) const =0
 
virtual void registerNewProfile (KoColorProfile *profile)=0
 
virtual ~ProfileRegistrationInterface ()
 

Detailed Description

Definition at line 101 of file KoColorSpaceFactory.h.

Constructor & Destructor Documentation

◆ ~ProfileRegistrationInterface()

virtual KoColorSpaceFactory::ProfileRegistrationInterface::~ProfileRegistrationInterface ( )
inlinevirtual

Definition at line 103 of file KoColorSpaceFactory.h.

103{}

Member Function Documentation

◆ profileByName()

virtual const KoColorProfile * KoColorSpaceFactory::ProfileRegistrationInterface::profileByName ( const QString & profileName) const
pure virtual

◆ registerNewProfile()

virtual void KoColorSpaceFactory::ProfileRegistrationInterface::registerNewProfile ( KoColorProfile * profile)
pure virtual

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