mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Collections
This commit is contained in:
@ -25,6 +25,7 @@
|
||||
#include "pdfsecurityhandler.h"
|
||||
|
||||
#include <QtCore>
|
||||
#include <QColor>
|
||||
#include <QMatrix>
|
||||
#include <QDateTime>
|
||||
|
||||
@ -362,6 +363,9 @@ public:
|
||||
/// Reads string list. If error occurs, empty list is returned.
|
||||
QStringList readTextStringList(const PDFObject& object);
|
||||
|
||||
/// Reads RGB color from dictionary
|
||||
QColor readRGBColorFromDictionary(const PDFDictionary* dictionary, const char* key, QColor defaultColor);
|
||||
|
||||
/// Reads list of object, using parse function defined in object
|
||||
template<typename Object>
|
||||
std::vector<Object> readObjectList(PDFObject object)
|
||||
|
Reference in New Issue
Block a user