10 #include "ImportCropping.h"
20 NON_PDF_RETURN_CANCELED,
21 NON_PDF_RETURN_FAILED,
22 NON_PDF_RETURN_SUCCESS
33 NonPdfReturn
load (
const QString &fileName,
35 ImportCropping importCropping,
36 bool isErrorReportRegressionTest)
const;
40 NonPdfReturn loadWithCropping (
const QString &fileName,
42 NonPdfReturn loadWithoutCropping (
const QString &fileName,
Wrapper around the QImage class for read and importing non-PDF files.
NonPdfReturn load(const QString &fileName, QImage &image, ImportCropping importCropping, bool isErrorReportRegressionTest) const
Try to load the specified file. Success is indicated in the function return value.
NonPdf()
Single constructor.
Storage of one imported image and the data attached to that image.