vdk 2.4.0
|
Provides a wrapper for GtkTreeIter. More...
#include <vdktreeview.h>
Public Member Functions | |
VDKTreeViewIter (GtkTreeModel *model=NULL) | |
bool | Child (VDKTreeViewIter *child_iter) |
bool | Parent (VDKTreeViewIter *parent_iter) |
Provides a wrapper for GtkTreeIter.
|
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. |