gtkmm 4.19.0
Gtk::TreeIterBase2 Class Reference

Base of TreeIter, TreeRow and TreeNodeChildren. More...

#include <gtkmm/treeiter.h>

Inheritance diagram for Gtk::TreeIterBase2:

Additional Inherited Members

Public Member Functions inherited from Gtk::TreeIterBase
 TreeIterBase (const TreeIterBase & other) noexcept
TreeIterBaseoperator= (const TreeIterBase & other) noexcept
 TreeIterBase (TreeIterBase && other) noexcept
TreeIterBaseoperator= (TreeIterBase && other) noexcept
 TreeIterBase ()
 TreeIterBase (const GtkTreeIter * gobject)
GtkTreeIter * gobj ()
 Provides access to the underlying C instance.
const GtkTreeIter * gobj () const
 Provides access to the underlying C instance.
Static Public Member Functions inherited from Gtk::TreeIterBase
static GType get_type ()
 Get the GType for this class, for use with the underlying GObject type system.
Protected Attributes inherited from Gtk::TreeIterBase
GtkTreeIter gobject_

Detailed Description

Base of TreeIter, TreeRow and TreeNodeChildren.

Deprecated
4.10: Use Gio::ListModel instead.