gtkutil::TreeModel::SelectionFinder Class Reference

#include <TreeModel.h>

Public Member Functions

 SelectionFinder (const std::string &selection, int column)
 SelectionFinder (int needle, int column)
GtkTreePath * getPath ()
GtkTreeIter getIter ()

Static Public Member Functions

static gboolean forEach (GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter, gpointer vpSelf)

Private Attributes

std::string _selection
int _needle
GtkTreePath * _path
GtkTreeModel * _model
int _column
bool _searchForInt

Detailed Description

Definition at line 146 of file TreeModel.h.


Constructor & Destructor Documentation

gtkutil::TreeModel::SelectionFinder::SelectionFinder ( const std::string selection,
int  column 
)
gtkutil::TreeModel::SelectionFinder::SelectionFinder ( int  needle,
int  column 
)

Member Function Documentation

static gboolean gtkutil::TreeModel::SelectionFinder::forEach ( GtkTreeModel *  model,
GtkTreePath *  path,
GtkTreeIter *  iter,
gpointer  vpSelf 
) [static]
GtkTreeIter gtkutil::TreeModel::SelectionFinder::getIter (  ) 

greebo: Get the GtkTreeIter corresponding to the found path. The returnvalue can be invalid if the internal found path is NULL.

GtkTreePath* gtkutil::TreeModel::SelectionFinder::getPath (  ) 

Field Documentation

Definition at line 162 of file TreeModel.h.

Definition at line 159 of file TreeModel.h.

Definition at line 153 of file TreeModel.h.

Definition at line 156 of file TreeModel.h.

Definition at line 165 of file TreeModel.h.

Definition at line 150 of file TreeModel.h.


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

Generated by  doxygen 1.6.2