Widget painting

This commit is contained in:
Jakub Melka
2020-05-10 19:23:18 +02:00
parent 713a7079f8
commit ce585262c2
5 changed files with 245 additions and 11 deletions

View File

@ -279,6 +279,9 @@ public:
/// \param annotationReference Reference to the annotation
void updateAnnotationAppearanceStreams(PDFObjectReference annotationReference);
const PDFFormManager* getFormManager() const;
void setFormManager(const PDFFormManager* formManager);
/* START GENERATED CODE */
/// Appends a new page after last page.
@ -973,6 +976,7 @@ private:
PDFObjectStorage m_storage;
PDFVersion m_version;
const PDFFormManager* m_formManager = nullptr;
};
/// This class serves for document modification. While document is modified,