mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Annotation painting, first part
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
namespace pdf
|
||||
{
|
||||
class PDFDocument;
|
||||
class PDFObjectStorage;
|
||||
|
||||
/// Page transition during presentation settings.
|
||||
class PDFPageTransition
|
||||
@@ -57,7 +57,7 @@ public:
|
||||
Outward
|
||||
};
|
||||
|
||||
static PDFPageTransition parse(const PDFDocument* document, PDFObject object);
|
||||
static PDFPageTransition parse(const PDFObjectStorage* storage, PDFObject object);
|
||||
|
||||
Style getStyle() const { return m_style; }
|
||||
PDFReal getDuration() const { return m_duration; }
|
||||
|
Reference in New Issue
Block a user