mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Redaction bugfixing
This commit is contained in:
@@ -48,6 +48,7 @@ public:
|
||||
static QSharedPointer<PDFOutlineItem> parse(const PDFDocument* document, const PDFObject& root);
|
||||
|
||||
const PDFAction* getAction() const;
|
||||
PDFAction* getAction();
|
||||
void setAction(const PDFActionPtr& action);
|
||||
|
||||
QColor getTextColor() const;
|
||||
@@ -62,6 +63,8 @@ public:
|
||||
PDFObjectReference getStructureElement() const;
|
||||
void setStructureElement(PDFObjectReference structureElement);
|
||||
|
||||
void apply(const std::function<void(PDFOutlineItem*)>& functor);
|
||||
|
||||
private:
|
||||
static void parseImpl(const PDFDocument* document,
|
||||
PDFOutlineItem* parent,
|
||||
|
Reference in New Issue
Block a user