mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Statistics widget
This commit is contained in:
@ -32,7 +32,7 @@ class PDFObjectStorage;
|
||||
class PDFDocument;
|
||||
|
||||
/// Utilities for manipulation with objects
|
||||
class PDFObjectUtils
|
||||
class Pdf4QtLIBSHARED_EXPORT PDFObjectUtils
|
||||
{
|
||||
public:
|
||||
/// Returns a list of references referenced by \p objects. So, all references, which are present
|
||||
@ -47,6 +47,10 @@ public:
|
||||
|
||||
static PDFObject replaceReferences(const PDFObject& object, const std::map<PDFObjectReference, PDFObjectReference>& referenceMapping);
|
||||
|
||||
/// Returns name for object type
|
||||
/// \param type Type
|
||||
static QString getObjectTypeName(PDFObject::Type type);
|
||||
|
||||
private:
|
||||
PDFObjectUtils() = delete;
|
||||
};
|
||||
|
Reference in New Issue
Block a user