mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Visitor for performance measures
This commit is contained in:
@@ -77,6 +77,9 @@ public:
|
||||
/// then free entry is returned.
|
||||
const Entry& getEntry(PDFObjectReference reference) const;
|
||||
|
||||
/// Returns the trailer dictionary
|
||||
const PDFObject& getTrailerDictionary() const { return m_trailerDictionary; }
|
||||
|
||||
private:
|
||||
/// Reference table entries
|
||||
std::vector<Entry> m_entries;
|
||||
|
Reference in New Issue
Block a user