Object content viewer

This commit is contained in:
Jakub Melka
2021-06-13 18:54:47 +02:00
parent c0b0fb6010
commit f4ea513208
11 changed files with 283 additions and 6 deletions

View File

@@ -60,6 +60,10 @@ public:
void setMode(Mode mode);
pdf::PDFObject getObjectFromIndex(const QModelIndex& index) const;
pdf::PDFObjectReference getObjectReferenceFromIndex(const QModelIndex& index) const;
bool isRootObject(const QModelIndex& index) const;
private:
void createObjectItem(PDFObjectInspectorTreeItem* parent,
pdf::PDFObjectReference reference,