mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
XFA: xfa engine parsing template
This commit is contained in:
@ -19,12 +19,14 @@
|
||||
#define PDFXFAENGINE_H
|
||||
|
||||
#include "pdfglobal.h"
|
||||
#include "pdfdocument.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace pdf
|
||||
{
|
||||
|
||||
class PDFForm;
|
||||
class PDFXFAEngineImpl;
|
||||
|
||||
class PDFXFAEngine
|
||||
@ -33,6 +35,8 @@ public:
|
||||
PDFXFAEngine();
|
||||
~PDFXFAEngine();
|
||||
|
||||
void setDocument(const PDFModifiedDocument& document, PDFForm* form);
|
||||
|
||||
private:
|
||||
std::unique_ptr<PDFXFAEngineImpl> m_impl;
|
||||
};
|
||||
|
Reference in New Issue
Block a user