|
Krita Source Code Documentation
|
#include <AnimationCheck.h>
Inheritance diagram for AnimationCheck:Public Member Functions | |
| AnimationCheck (const QString &id, Level level, const QString &customWarning=QString()) | |
| Level | check (KisImageSP) const override |
| bool | checkNeeded (KisImageSP image) const override |
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 () |
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 AnimationCheck.h.
|
inline |
Definition at line 21 of file AnimationCheck.h.
References KisExportCheckBase::m_warning.
|
inlineoverridevirtual |
Implements KisExportCheckBase.
Definition at line 34 of file AnimationCheck.h.
References KisExportCheckBase::m_level.
|
inlineoverridevirtual |
Implements KisExportCheckBase.
Definition at line 29 of file AnimationCheck.h.
References KisImage::animationInterface(), and KisImageAnimationInterface::hasAnimation().