Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
poppler-glib
Poppler
IndexIter
IndexIter
copy
get_action
get_child
is_open
next
IndexIter
Object Hierarchy:
Description:
public
class
IndexIter
Namespace:
Poppler
Package:
poppler-glib
Content:
Creation methods:
public
IndexIter
(
Document
document)
Returns the root
IndexIter
for
document
, or
null
. This must be freed with
poppler_index_iter_free
.
Methods:
public
IndexIter
copy
()
Creates a new
IndexIter
as a copy of
iter
. This must be freed with
poppler_index_iter_free
.
public
unowned
Action
get_action
()
Returns the
Action
associated with
iter
. It must be freed with
poppler_action_free
.
public
unowned
IndexIter
get_child
()
Returns a newly created child of
parent
, or
null
if the iter has no child. See
IndexIter
for more information on this function.
public
bool
is_open
()
Returns whether this node should be expanded by default to the user. The document can provide a hint as to how the document's index should be expanded initially.
public
bool
next
()
Sets
iter
to point to the next action at the current level, if valid. See
IndexIter
for more information.