Engauge Digitizer 2
|
Wrapper around the QImage class for read and importing non-PDF files. More...
#include <NonPdf.h>
Public Member Functions | |
NonPdf () | |
Single constructor. | |
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. | |
Wrapper around the QImage class for read and importing non-PDF files.
NonPdf::NonPdf | ( | ) |
NonPdfReturn NonPdf::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.
Definition at line 18 of file NonPdf.cpp.