|
Krita Source Code Documentation
|
#include <FillLayerTypeCheck.h>
Inheritance diagram for FillLayerTypeCheck:Public Member Functions | |
| Level | check (KisImageSP) const override |
| bool | checkNeeded (KisImageSP image) const override |
| FillLayerTypeCheck (const QString &generatorID, 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 QString | m_fillLayerID |
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 82 of file FillLayerTypeCheck.h.
|
inline |
Definition at line 86 of file FillLayerTypeCheck.h.
References KoGenericRegistry< T >::get(), KisGeneratorRegistry::instance(), KisExportCheckBase::m_warning, and KisBaseProcessor::name().
|
inlineoverridevirtual |
Implements KisExportCheckBase.
Definition at line 103 of file FillLayerTypeCheck.h.
References KisExportCheckBase::m_level.
|
inlineoverridevirtual |
Implements KisExportCheckBase.
Definition at line 96 of file FillLayerTypeCheck.h.
References KisGroupLayer::accept(), m_fillLayerID, KisImage::rootLayer(), and v.
| const QString FillLayerTypeCheck::m_fillLayerID |
Definition at line 108 of file FillLayerTypeCheck.h.