![]() |
![]() |
Inheritance diagram for Gtk::ListStore:
Public Methods | |
virtual | ~ListStore () |
GtkListStore* | gobj () |
const GtkListStore* | gobj () const |
GtkListStore* | gobj_copy () |
iterator | erase (const iterator& iter) |
iterator | insert (const iterator& iter) |
iterator | prepend () |
iterator | append () |
void | clear () |
Removes all rows from the list store. | |
Static Public Methods | |
Glib::RefPtr<ListStore> | create (const TreeModelColumnRecord& columns) |
Protected Methods | |
ListStore (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::ListStore> | wrap (GtkListStore* object, bool take_copy=false) |
It implements the Gtk::TreeModel interface, and also implements the Gtk::TreeSortable interface so you can sort the list using the view. Finally, it also implements the tree drag and drop interfaces.
|
|
|
|
|
|
|
Removes all rows from the list store.
|
|
|
|
|
|
Reimplemented from Gtk::TreeDragDest. |
|
Reimplemented from Gtk::TreeDragDest. |
|
|
|
|
|
|
|
Reimplemented from Gtk::TreeModel. |
|
|