|
Krita Source Code Documentation
|
#include <ColorModelPerLayerCheck.h>
Inheritance diagram for ColorModelPerLayerCheck:Public Member Functions | |
| Level | check (KisImageSP) const override |
| bool | checkNeeded (KisImageSP image) const override |
| ColorModelPerLayerCheck (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 103 of file ColorModelPerLayerCheck.h.
|
inline |
Definition at line 107 of file ColorModelPerLayerCheck.h.
References m_colorDepthID, m_ColorModelID, KisExportCheckBase::m_warning, and KoID::name().
|
inlineoverridevirtual |
Implements KisExportCheckBase.
Definition at line 129 of file ColorModelPerLayerCheck.h.
References KisExportCheckBase::m_level.
|
inlineoverridevirtual |
Implements KisExportCheckBase.
Definition at line 122 of file ColorModelPerLayerCheck.h.
References KisGroupLayer::accept(), m_colorDepthID, m_ColorModelID, KisImage::rootLayer(), and v.
| const KoID ColorModelPerLayerCheck::m_colorDepthID |
Definition at line 135 of file ColorModelPerLayerCheck.h.
| const KoID ColorModelPerLayerCheck::m_ColorModelID |
Definition at line 134 of file ColorModelPerLayerCheck.h.