Engauge Digitizer 2
Loading...
Searching...
No Matches
NonPdf.h File Reference
#include "ImportCropping.h"
Include dependency graph for NonPdf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NonPdf
 Wrapper around the QImage class for read and importing non-PDF files. More...

Namespaces

namespace  Poppler

Enumerations

enum  NonPdfReturn { NON_PDF_RETURN_CANCELED , NON_PDF_RETURN_FAILED , NON_PDF_RETURN_SUCCESS }
 Return values from load operation. More...

Enumeration Type Documentation

◆ NonPdfReturn

Return values from load operation.

Enumerator
NON_PDF_RETURN_CANCELED 
NON_PDF_RETURN_FAILED 
NON_PDF_RETURN_SUCCESS 

Definition at line 19 of file NonPdf.h.

19 {
23};
@ NON_PDF_RETURN_FAILED
Definition NonPdf.h:21
@ NON_PDF_RETURN_CANCELED
Definition NonPdf.h:20
@ NON_PDF_RETURN_SUCCESS
Definition NonPdf.h:22