|
Krita Source Code Documentation
|
#include <CheckImageSize.h>
Inheritance diagram for ImageSizeCheck:Public Member Functions | |
| Level | check (KisImageSP) const |
| Level | check (KisImageSP) const override |
| bool | checkNeeded (KisImageSP image) const |
| bool | checkNeeded (KisImageSP image) const override |
| ImageSizeCheck (int maxWidth, int maxHeight, const QString &id, Level level, const QString &customWarning=QString()) | |
| ImageSizeCheck (int maxWidth, int maxHeight, 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 | |
| int | m_maxH |
| int | m_maxW |
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 CheckImageSize.h.
|
inline |
Definition at line 21 of file CheckImageSize.h.
References m_maxH, m_maxW, and KisExportCheckBase::m_warning.
|
inline |
Definition at line 20 of file ImageSizeCheck.h.
|
inlinevirtual |
Implements KisExportCheckBase.
Definition at line 36 of file CheckImageSize.h.
References KisExportCheckBase::m_level.
|
inlineoverridevirtual |
Implements KisExportCheckBase.
Definition at line 35 of file ImageSizeCheck.h.
References KisExportCheckBase::m_level.
|
inlinevirtual |
Implements KisExportCheckBase.
Definition at line 31 of file CheckImageSize.h.
References KisImage::height(), m_maxH, m_maxW, and KisImage::width().
|
inlineoverridevirtual |
Implements KisExportCheckBase.
Definition at line 30 of file ImageSizeCheck.h.
References KisImage::height(), and KisImage::width().
| int ImageSizeCheck::m_maxH |
Definition at line 42 of file CheckImageSize.h.
| int ImageSizeCheck::m_maxW |
Definition at line 41 of file CheckImageSize.h.