[poppler] poppler/Annot.h

Pino Toscano pino at kemper.freedesktop.org
Sat Apr 12 17:19:49 PDT 2008


 poppler/Annot.h |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 40a12793c5ccea206d79e0c17e2f2d0cf74bb4f3
Author: Pino Toscano <pino at kde.org>
Date:   Sun Apr 13 02:21:55 2008 +0200

    add getters for the AnnotPolygon properties

diff --git a/poppler/Annot.h b/poppler/Annot.h
index fe951cf..e37f0f6 100644
--- a/poppler/Annot.h
+++ b/poppler/Annot.h
@@ -990,6 +990,12 @@ public:
   ~AnnotPolygon();
 
   // getters
+  AnnotPath *getVertices() const { return vertices; }
+  AnnotLineEndingStyle getStartStyle() const { return startStyle; }
+  AnnotLineEndingStyle getEndStyle() const { return endStyle; }
+  AnnotColor *getInteriorColor() const { return interiorColor; }
+  AnnotBorderEffect *getBorderEffect() const { return borderEffect; }
+  AnnotPolygonIntent getIntent() const { return intent; }
 
 private:
 


More information about the poppler mailing list