30class toc_item_private;
32class POPPLER_CPP_EXPORT toc :
public poppler::noncopyable
44 friend class toc_private;
47class POPPLER_CPP_EXPORT toc_item :
public poppler::noncopyable
50 typedef std::vector<toc_item *>::const_iterator
iterator;
57 std::vector<toc_item *>
children()
const;
66 friend class toc_private;
67 friend class toc_item_private;
Represents an item of the TOC (Table of Contents) of a PDF document.
Definition poppler-toc.h:48
std::vector< toc_item * > children() const
Definition poppler-toc.cpp:169
iterator children_begin() const
Definition poppler-toc.cpp:177
std::vector< toc_item * >::const_iterator iterator
An iterator for the children of a TOC item.
Definition poppler-toc.h:50
iterator children_end() const
Definition poppler-toc.cpp:185
ustring title() const
Definition poppler-toc.cpp:146
bool is_open() const
Returns whether the TOC item should be represented as open when showing the TOC.
Definition poppler-toc.cpp:161
toc_item * root() const
Returns the "invisible item" representing the root of the TOC.
Definition poppler-toc.cpp:116
Definition poppler-global.h:101
Single namespace containing all the classes and functions of poppler-cpp.
Definition poppler-destination.h:27