|
Krita Source Code Documentation
|
#include <KisPreExportChecker.h>
Public Member Functions | |
| bool | check (KisImageSP image, QMap< QString, KisExportCheckBase * > filterChecks) |
| check checks the image against the capabilities of the export filter | |
| QStringList | errors () const |
| KisPreExportChecker () | |
| QStringList | warnings () const |
Private Attributes | |
| QStringList | m_errors |
| QStringList | m_warnings |
Definition at line 16 of file KisPreExportChecker.h.
| KisPreExportChecker::KisPreExportChecker | ( | ) |
Definition at line 13 of file KisPreExportChecker.cpp.
References KisExportCheckRegistry::instance().
| bool KisPreExportChecker::check | ( | KisImageSP | image, |
| QMap< QString, KisExportCheckBase * > | filterChecks ) |
check checks the image against the capabilities of the export filter
| image | the current image |
| filterChecks | the list of capabilities the filter possesses |
Definition at line 18 of file KisPreExportChecker.cpp.
References KisExportCheckBase::check(), check(), KisExportCheckFactory::create(), KoGenericRegistry< T >::get(), KisExportCheckRegistry::instance(), m_errors, m_warnings, KisExportCheckBase::PARTIALLY, KisExportCheckBase::SUPPORTED, KisExportCheckBase::UNSUPPORTED, and KisExportCheckBase::warning().
| QStringList KisPreExportChecker::errors | ( | ) | const |
Definition at line 59 of file KisPreExportChecker.cpp.
References m_errors.
| QStringList KisPreExportChecker::warnings | ( | ) | const |
Definition at line 65 of file KisPreExportChecker.cpp.
References m_warnings.
|
private |
Definition at line 33 of file KisPreExportChecker.h.
|
private |
Definition at line 34 of file KisPreExportChecker.h.