![]() |
![]() |
Public Methods | |
virtual | ~TreeStore () |
GtkTreeStore* | gobj () |
const GtkTreeStore* | gobj () const |
GtkTreeStore* | gobj_copy () |
iterator | erase (const iterator& iter) |
iterator | insert (const iterator& iter) |
iterator | prepend () |
iterator | prepend (const TreeNodeChildren& node) |
iterator | append () |
iterator | append (const TreeNodeChildren& node) |
void | clear () |
Removes all rows from tree_store. | |
bool | is_ancestor (const iterator& iter, const iterator& descendant) const |
Returns true if iter is an ancestor of descendant. | |
int | iter_depth (const iterator& iter) const |
Returns the depth of iter. | |
Static Public Methods | |
Glib::RefPtr<TreeStore> | create (const TreeModelColumnRecord& columns) |
Protected Methods | |
TreeStore (const TreeModelColumnRecord& columns) | |
virtual void | set_value_impl (const iterator& row, int column, const Glib::ValueBase& value) |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Gtk::TreeStore> | wrap (GtkTreeStore* object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
Removes all rows from tree_store.
|
|
|
|
|
|
Reimplemented from Gtk::TreeDragDest. |
|
Reimplemented from Gtk::TreeDragDest. |
|
|
|
|
|
Returns That is, iter is the parent (or grandparent or great-grandparent) of descendant.
|
|
Returns the depth of iter. This will be 0 for anything on the root level, 1 for anything down a level, etc.
|
|
|
|
|
|
Reimplemented from Gtk::TreeModel. |
|
|