![]() |
![]() |
Public Member Functions | |
virtual | ~TreeStore () |
GtkTreeStore* | gobj () |
Provides access to the underlying C GObject. | |
const GtkTreeStore* | gobj () const |
Provides access to the underlying C GObject. | |
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 | iter_swap (const iterator& a, const iterator& b) |
void | move (const iterator& source, const iterator& destination) |
Moves source to the position at destination. | |
void | reorder (const TreeNodeChildren& node, const Glib::ArrayHandle<int>& new_order) |
Reorders the children of node to follow the order indicated by new_order. | |
void | clear () |
bool | is_ancestor (const iterator& iter, const iterator& descendant) const |
int | iter_depth (const iterator& iter) const |
bool | iter_is_valid (const iterator& iter) const |
Static Public Member Functions | |
Glib::RefPtr<TreeStore> | create (const TreeModelColumnRecord& columns) |
Protected Member Functions | |
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) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GObject.
Reimplemented from Gtk::TreeDragDest. |
|
Provides access to the underlying C GObject.
Reimplemented from Gtk::TreeDragDest. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Moves source to the position at destination. source and destination should be at the same level. Note that this function only works with unsorted stores.
|
|
|
|
|
|
Reorders the children of node to follow the order indicated by new_order. Note that this function only works with unsorted stores. |
|
Reimplemented from Gtk::TreeModel. |
|
|