IndexIter
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "poppler_index_iter_get_type ()" ) ]
[ Compact ]
public class IndexIter
Content:
Creation methods:
Methods:
- public IndexIter copy ()
Creates a new IndexIter as a copy of
this.
- public void free ()
Frees this.
- public Action get_action ()
Returns the Action
associated with this.
- public IndexIter get_child ()
Returns a newly created child of this
, or null
if the iter has no child.
- public bool is_open ()
Returns whether this node should be expanded by default to the user.
- public bool next ()
Sets this to point to the next
action at the current level, if valid.