vdk 2.4.0
Public Member Functions | List of all members
VDKTreeViewIter Class Reference

Provides a wrapper for GtkTreeIter. More...

#include <vdktreeview.h>

Inherits GtkTreeIter.

Public Member Functions

 VDKTreeViewIter (GtkTreeModel *model=NULL)
 
bool Child (VDKTreeViewIter *child_iter)
 
bool Parent (VDKTreeViewIter *parent_iter)
 

Detailed Description

Provides a wrapper for GtkTreeIter.

Constructor & Destructor Documentation

§ VDKTreeViewIter()

VDKTreeViewIter::VDKTreeViewIter ( GtkTreeModel *  model = NULL)
inline

Constructor

Parameters
modeldata model (defaults to NULL)

Member Function Documentation

§ Child()

bool VDKTreeViewIter::Child ( VDKTreeViewIter child_iter)
Parameters
child_iterReturns true if iterator has a child, child_iter initialized to child, undefined otherwise.

§ Parent()

bool VDKTreeViewIter::Parent ( VDKTreeViewIter parent_iter)
Parameters
parent_iterReturns true if iterator has a parent, parent_iter initialized to parent, undefined otherwise.

The documentation for this class was generated from the following files: