|
Krita Source Code Documentation
|
#include <NodeTypeCheck.h>
Inheritance diagram for NodeTypeCheck:Public Member Functions | |
| Level | check (KisImageSP) const override |
| bool | checkNeeded (KisImageSP image) const override |
| NodeTypeCheck (const QString &nodeType, const QString &description, 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 | |
| QString | m_nodeType |
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 16 of file NodeTypeCheck.h.
|
inline |
Definition at line 20 of file NodeTypeCheck.h.
References KisExportCheckBase::m_warning.
|
inlineoverridevirtual |
Implements KisExportCheckBase.
Definition at line 45 of file NodeTypeCheck.h.
References KisExportCheckBase::m_level.
|
inlineoverridevirtual |
Implements KisExportCheckBase.
Definition at line 29 of file NodeTypeCheck.h.
References KisGroupLayer::accept(), m_nodeType, KisImage::rootLayer(), and v.
| QString NodeTypeCheck::m_nodeType |
Definition at line 50 of file NodeTypeCheck.h.