|
Krita Source Code Documentation
|
#include <mutex>#include <QFlags>#include <QString>#include <kritaui_export.h>#include "KisImportExportErrorCode.h"#include <KisImageBarrierLock.h>Go to the source code of this file.
Classes | |
| struct | KritaUtils::ExportFileJob |
Namespaces | |
| namespace | KritaUtils |
Enumerations | |
| enum | KritaUtils::BackgroudSavingStartResult { KritaUtils::Success = 0 , KritaUtils::Failure = 1 , KritaUtils::AnotherSavingInProgress = 2 , KritaUtils::ImageLockFailure = 3 } |
| enum | KritaUtils::SaveFlag { KritaUtils::SaveNone = 0 , KritaUtils::SaveShowWarnings = 0x1 , KritaUtils::SaveIsExporting = 0x2 , KritaUtils::SaveInAutosaveMode = 0x4 } |
Functions | |
| KisImportExportErrorCode | KritaUtils::workaroundUnsuitableImageColorSpace (KisImageSP image, KisImportUserFeedbackInterface *feedbackInterface, KisImageBarrierLock &lock) |