#include <vdktreeview.h>
VDKTreeViewIter::VDKTreeViewIter | ( | GtkTreeModel * | model = NULL |
) | [inline] |
Constructor
model | data model (defaults to NULL) |
bool VDKTreeViewIter::Child | ( | VDKTreeViewIter * | child_iter | ) |
child_iter | Returns true if iterator has a child, child_iter initialized to child, undefined otherwise. |
bool VDKTreeViewIter::Parent | ( | VDKTreeViewIter * | parent_iter | ) |
parent_iter | Returns true if iterator has a parent, parent_iter initialized to parent, undefined otherwise. |