gtkmm  3.10.1
Gtk::TreeStore Member List

This is the complete list of members for Gtk::TreeStore, including all inherited members.

Gtk::add_interface(GType gtype_implementer)Gtk::TreeModelstatic
Gtk::TreeSortable::add_interface(GType gtype_implementer)Gtk::TreeSortablestatic
Gtk::TreeDragSource::add_interface(GType gtype_implementer)Gtk::TreeDragSourcestatic
Gtk::TreeDragDest::add_interface(GType gtype_implementer)Gtk::TreeDragDeststatic
Gtk::Buildable::add_interface(GType gtype_implementer)Gtk::Buildablestatic
append()Gtk::TreeStore
append(const TreeNodeChildren& node)Gtk::TreeStore
Buildable()Gtk::Buildableprotected
Children typedefGtk::TreeModel
children()Gtk::TreeModel
children() const Gtk::TreeModel
clear()Gtk::TreeStore
ColumnRecord typedefGtk::TreeModel
const_iterator typedefGtk::TreeModel
const_reverse_iterator typedefGtk::TreeModel
create(const TreeModelColumnRecord& columns)Gtk::TreeStorestatic
DEFAULT_SORT_COLUMN_ID enum valueGtk::TreeSortable
DEFAULT_UNSORTED_COLUMN_ID enum valueGtk::TreeSortable
drag_data_delete(const TreeModel::Path& path)Gtk::TreeDragSource
drag_data_delete_vfunc(const TreeModel::Path& path)Gtk::TreeDragSourceprotectedvirtual
drag_data_get(const TreeModel::Path& path, SelectionData& selection_data)Gtk::TreeDragSource
drag_data_get_vfunc(const TreeModel::Path& path, SelectionData& selection_data) const Gtk::TreeDragSourceprotectedvirtual
drag_data_received(const TreeModel::Path& dest, const SelectionData& selection_data)Gtk::TreeDragDest
drag_data_received_vfunc(const TreeModel::Path& dest, const SelectionData& selection_data)Gtk::TreeDragDestprotectedvirtual
erase(const iterator& iter)Gtk::TreeStore
foreach(const SlotForeachPathAndIter& slot)Gtk::TreeModel
foreach_iter(const SlotForeachIter& slot)Gtk::TreeModel
foreach_path(const SlotForeachPath& slot)Gtk::TreeModel
get_column_type(int index) const Gtk::TreeModel
get_column_type_vfunc(int index) const Gtk::TreeModelprotectedvirtual
get_flags() const Gtk::TreeModel
get_flags_vfunc() const Gtk::TreeModelprotectedvirtual
get_iter(const Path& path)Gtk::TreeModel
get_iter(const Glib::ustring& path_string)Gtk::TreeModel
get_iter_vfunc(const Path& path, iterator& iter) const Gtk::TreeModelprotectedvirtual
get_n_columns() const Gtk::TreeModel
get_n_columns_vfunc() const Gtk::TreeModelprotectedvirtual
get_name() const Gtk::Buildable
get_path(const iterator& iter) const Gtk::TreeModel
get_path_vfunc(const iterator& iter) const Gtk::TreeModelprotectedvirtual
get_sort_column_id(int& sort_column_id, SortType& order) const Gtk::TreeSortable
get_sort_column_id_vfunc(int* sort_column_id, SortType* order) const Gtk::TreeSortableprotectedvirtual
get_string(const iterator& iter) const Gtk::TreeModel
get_type()Gtk::TreeStorestatic
get_value_impl(const iterator& row, int column, Glib::ValueBase& value) const Gtk::TreeModelprotectedvirtual
get_value_vfunc(const iterator& iter, int column, Glib::ValueBase& value) const Gtk::TreeModelprotectedvirtual
gobj()Gtk::TreeStoreinline
gobj() const Gtk::TreeStoreinline
gobj_copy()Gtk::TreeStore
has_default_sort_func() const Gtk::TreeSortable
has_default_sort_func_vfunc() const Gtk::TreeSortableprotectedvirtual
insert(const iterator& iter)Gtk::TreeStore
insert_after(const iterator& iter)Gtk::TreeStore
is_ancestor(const iterator& iter, const iterator& descendant) const Gtk::TreeStore
iter_children_vfunc(const iterator& parent, iterator& iter) const Gtk::TreeModelprotectedvirtual
iter_depth(const iterator& iter) const Gtk::TreeStore
iter_has_child_vfunc(const iterator& iter) const Gtk::TreeModelprotectedvirtual
iter_is_valid(const iterator& iter) const Gtk::TreeStore
iter_n_children_vfunc(const iterator& iter) const Gtk::TreeModelprotectedvirtual
iter_n_root_children_vfunc() const Gtk::TreeModelprotectedvirtual
iter_next_vfunc(const iterator& iter, iterator& iter_next) const Gtk::TreeModelprotectedvirtual
iter_nth_child_vfunc(const iterator& parent, int n, iterator& iter) const Gtk::TreeModelprotectedvirtual
iter_nth_root_child_vfunc(int n, iterator& iter) const Gtk::TreeModelprotectedvirtual
iter_parent_vfunc(const iterator& child, iterator& iter) const Gtk::TreeModelprotectedvirtual
iter_swap(const iterator& a, const iterator& b)Gtk::TreeStore
iterator typedefGtk::TreeModel
move(const iterator& source, const iterator& destination)Gtk::TreeStore
on_row_changed(const TreeModel::Path& path, const TreeModel::iterator& iter)Gtk::TreeModelprotectedvirtual
on_row_deleted(const TreeModel::Path& path)Gtk::TreeModelprotectedvirtual
on_row_has_child_toggled(const TreeModel::Path& path, const TreeModel::iterator& iter)Gtk::TreeModelprotectedvirtual
on_row_inserted(const TreeModel::Path& path, const TreeModel::iterator& iter)Gtk::TreeModelprotectedvirtual
on_rows_reordered(const TreeModel::Path& path, const TreeModel::iterator& iter, int* new_order)Gtk::TreeModelprotectedvirtual
on_sort_column_changed()Gtk::TreeSortableprotectedvirtual
Path typedefGtk::TreeModel
prepend()Gtk::TreeStore
prepend(const TreeNodeChildren& node)Gtk::TreeStore
ref_node_vfunc(const iterator& iter) const Gtk::TreeModelprotectedvirtual
reorder(const TreeNodeChildren& node, const std::vector< int >& new_order)Gtk::TreeStore
reverse_iterator typedefGtk::TreeModel
Row typedefGtk::TreeModel
row_changed(const Path& path, const iterator& iter)Gtk::TreeModel
row_deleted(const Path& path)Gtk::TreeModel
row_draggable(const TreeModel::Path& path) const Gtk::TreeDragSource
row_draggable_vfunc(const TreeModel::Path& path) const Gtk::TreeDragSourceprotectedvirtual
row_drop_possible(const TreeModel::Path& dest_path, const SelectionData& selection_data) const Gtk::TreeDragDest
row_drop_possible_vfunc(const TreeModel::Path& dest, const SelectionData& selection_data) const Gtk::TreeDragDestprotectedvirtual
row_has_child_toggled(const Path& path, const iterator& iter)Gtk::TreeModel
row_inserted(const Path& path, const iterator& iter)Gtk::TreeModel
RowReference typedefGtk::TreeModel
rows_reordered(const Path& path, const iterator& iter, const std::vector< int >& new_order)Gtk::TreeModel
rows_reordered(const Path& path, const std::vector< int >& new_order)Gtk::TreeModel
rows_reordered(const Path& path, const iterator& iter, int* new_order)Gtk::TreeModel
set_column_types(const TreeModelColumnRecord& columns)Gtk::TreeStore
set_default_sort_func(const SlotCompare& slot)Gtk::TreeSortable
set_default_sort_func_vfunc(GtkTreeIterCompareFunc func, void* data, GDestroyNotify destroy)Gtk::TreeSortableprotectedvirtual
set_name(const Glib::ustring& name)Gtk::Buildable
set_sort_column(const TreeModelColumnBase& sort_column_id, SortType order)Gtk::TreeSortable
set_sort_column(int sort_column_id, SortType order)Gtk::TreeSortable
set_sort_column_id_vfunc(int sort_column_id, SortType order)Gtk::TreeSortableprotectedvirtual
set_sort_func(const TreeModelColumnBase& sort_column, const SlotCompare& slot)Gtk::TreeSortable
set_sort_func(int sort_column_id, const SlotCompare& slot)Gtk::TreeSortable
set_sort_func_vfunc(int sort_column_id, GtkTreeIterCompareFunc func, void* data, GDestroyNotify destroy)Gtk::TreeSortableprotectedvirtual
set_value_impl(const iterator& row, int column, const Glib::ValueBase& value)Gtk::TreeStoreprotectedvirtual
signal_row_changed()Gtk::TreeModel
signal_row_deleted()Gtk::TreeModel
signal_row_has_child_toggled()Gtk::TreeModel
signal_row_inserted()Gtk::TreeModel
signal_rows_reordered()Gtk::TreeModel
signal_sort_column_changed()Gtk::TreeSortable
SlotCompare typedefGtk::TreeSortable
SlotForeachIter typedefGtk::TreeModel
SlotForeachPath typedefGtk::TreeModel
SlotForeachPathAndIter typedefGtk::TreeModel
sort_column_changed()Gtk::TreeSortable
sort_column_changed_vfunc() const Gtk::TreeSortableprotectedvirtual
TreeDragDest()Gtk::TreeDragDestprotected
TreeDragSource()Gtk::TreeDragSourceprotected
TreeModel()Gtk::TreeModelprotected
TreeSortable()Gtk::TreeSortableprotected
TreeStore()Gtk::TreeStoreprotected
TreeStore(const TreeModelColumnRecord& columns)Gtk::TreeStoreexplicitprotected
unref_node_vfunc(const iterator& iter) const Gtk::TreeModelprotectedvirtual
unset_default_sort_func()Gtk::TreeSortable
wrap(GtkTreeStore* object, bool take_copy=false)Gtk::TreeStorerelated
Gtk::TreeModel::wrap(GtkTreeModel* object, bool take_copy=false)Gtk::TreeModelrelated
Gtk::TreeSortable::wrap(GtkTreeSortable* object, bool take_copy=false)Gtk::TreeSortablerelated
Gtk::TreeDragSource::wrap(GtkTreeDragSource* object, bool take_copy=false)Gtk::TreeDragSourcerelated
Gtk::TreeDragDest::wrap(GtkTreeDragDest* object, bool take_copy=false)Gtk::TreeDragDestrelated
Gtk::Buildable::wrap(GtkBuildable* object, bool take_copy=false)Gtk::Buildablerelated
~Buildable()Gtk::Buildablevirtual
~TreeDragDest()Gtk::TreeDragDestvirtual
~TreeDragSource()Gtk::TreeDragSourcevirtual
~TreeModel()Gtk::TreeModelvirtual
~TreeSortable()Gtk::TreeSortablevirtual
~TreeStore()Gtk::TreeStorevirtual