|
Krita Source Code Documentation
|
#include <ShapeLayerTypeCheck.h>
Inheritance diagram for ShapeLayerTypeCheck:Public Member Functions | |
| Level | check (KisImageSP) const override |
| bool | checkNeeded (KisImageSP image) const override |
| ShapeLayerTypeCheck (const QString &ShapeId, const QString &PathShapeId, 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_pathShapeId |
| QString | m_shapeId |
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 106 of file ShapeLayerTypeCheck.h.
|
inline |
Definition at line 110 of file ShapeLayerTypeCheck.h.
References m_pathShapeId, m_shapeId, and KisExportCheckBase::m_warning.
|
inlineoverridevirtual |
Implements KisExportCheckBase.
Definition at line 132 of file ShapeLayerTypeCheck.h.
References KisExportCheckBase::m_level.
|
inlineoverridevirtual |
Implements KisExportCheckBase.
Definition at line 125 of file ShapeLayerTypeCheck.h.
References KisGroupLayer::accept(), m_pathShapeId, m_shapeId, KisImage::rootLayer(), and v.
| QString ShapeLayerTypeCheck::m_pathShapeId |
Definition at line 138 of file ShapeLayerTypeCheck.h.
| QString ShapeLayerTypeCheck::m_shapeId |
Definition at line 137 of file ShapeLayerTypeCheck.h.