7#ifndef KOCOLORPROFILESTORAGE_H
8#define KOCOLORPROFILESTORAGE_H
10#include <QScopedPointer>
124 double error = 0.0001);
128 const QScopedPointer<Private>
d;
The KoColorProfileStorage class is a "composite subclass" of KoColorSpaceRegistry that ensures that t...
const KoColorProfile * profileByName(const QString &name) const
QList< const KoColorProfile * > profilesFor(const KoColorSpaceFactory *csf) const
void removeProfileAlias(const QString &name)
QString profileAlias(const QString &name) const
void removeProfile(KoColorProfile *profile)
bool containsProfile(const KoColorProfile *profile)
containsProfile shows if a profile is registered in the storage
const KoColorProfile * profileByUniqueId(const QByteArray &id) const
const QScopedPointer< Private > d
void addProfileAlias(const QString &name, const QString &to)
void addProfile(KoColorProfile *profile)
The KoColorProfileQuery struct.