|
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. More... | |
| 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. More... | |
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.
1.8.14