Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Outline.h
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2004-05-17 18:12:38 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2004-05-17 18:12:38 (GMT)
commitaf15b57b30fcf442262f3a797d169d6bc3c1a44a (patch)
tree45656ff4d9043e45229253ce1d73d8b9a8251a49 /pdf/xpdf/Outline.h
parentbace4ea18c03bfcaadab55300bc15290f87540c7 (diff)
Import of Xpdf 3.00
Diffstat (limited to 'pdf/xpdf/Outline.h')
-rw-r--r--pdf/xpdf/Outline.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pdf/xpdf/Outline.h b/pdf/xpdf/Outline.h
index 92a9462..f38f8d1 100644
--- a/pdf/xpdf/Outline.h
+++ b/pdf/xpdf/Outline.h
@@ -47,7 +47,8 @@ public:
OutlineItem(Dict *dict, XRef *xrefA);
~OutlineItem();
- static GList *readItemList(Object *itemRef, XRef *xrefA);
+ static GList *readItemList(Object *firstItemRef, Object *lastItemRef,
+ XRef *xrefA);
void open();
void close();
@@ -66,6 +67,7 @@ private:
int titleLen;
LinkAction *action;
Object firstRef;
+ Object lastRef;
Object nextRef;
GBool startsOpen;
GList *kids; // NULL unless this item is open [OutlineItem]