|
Krita Source Code Documentation
|
#include <ColorModelCheck.h>
Inheritance diagram for ColorModelCheck:Public Member Functions | |
| Level | check (KisImageSP) const override |
| bool | checkNeeded (KisImageSP image) const override |
| ColorModelCheck (const KoID &colorModelID, const KoID &colorDepthID, const QString &id, Level level, const QString &customWarning=QString()) | |
Public Member Functions inherited from KisExportCheckBase | |
| virtual QString | id () const |
| KisExportCheckBase (const QString &id, Level level, const QString &customWarning=QString(), bool perLayerCheck=false) | |
| KisExportCheckBase. | |
| virtual bool | perLayerCheck () const |
| QString | warning () const |
| virtual | ~KisExportCheckBase () |
Public Attributes | |
| const KoID | m_colorDepthID |
| const KoID | m_colorModelID |
Additional Inherited Members | |
Public Types inherited from KisExportCheckBase | |
| enum | Level { SUPPORTED , PARTIALLY , UNSUPPORTED } |
Protected Attributes inherited from KisExportCheckBase | |
| QString | m_id |
| Level | m_level {UNSUPPORTED} |
| bool | m_perLayerCheck {false} |
| QString | m_warning |
Definition at line 17 of file ColorModelCheck.h.
|
inline |
Definition at line 21 of file ColorModelCheck.h.
References m_colorDepthID, m_colorModelID, KisExportCheckBase::m_warning, and KoID::name().
|
inlineoverridevirtual |
Implements KisExportCheckBase.
Definition at line 42 of file ColorModelCheck.h.
References KisExportCheckBase::m_level.
|
inlineoverridevirtual |
Implements KisExportCheckBase.
Definition at line 37 of file ColorModelCheck.h.
References KoColorSpace::colorDepthId(), KoColorSpace::colorModelId(), KisImage::colorSpace(), m_colorDepthID, and m_colorModelID.
| const KoID ColorModelCheck::m_colorDepthID |
Definition at line 48 of file ColorModelCheck.h.
| const KoID ColorModelCheck::m_colorModelID |
Definition at line 47 of file ColorModelCheck.h.