gtkmm  3.5.13
Public Member Functions | Static Public Member Functions | Protected Attributes
Gtk::TreeIterBase Class Reference
Inheritance diagram for Gtk::TreeIterBase:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 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

static GType get_type ()
 Get the GType for this class, for use with the underlying GObject type system.

Protected Attributes

GtkTreeIter gobject_

Constructor & Destructor Documentation

Gtk::TreeIterBase::TreeIterBase ( )
Gtk::TreeIterBase::TreeIterBase ( const GtkTreeIter *  gobject)
explicit

Member Function Documentation

static GType Gtk::TreeIterBase::get_type ( )
static

Get the GType for this class, for use with the underlying GObject type system.

GtkTreeIter* Gtk::TreeIterBase::gobj ( )
inline

Provides access to the underlying C instance.

Reimplemented in Gtk::TreeRow.

const GtkTreeIter* Gtk::TreeIterBase::gobj ( ) const
inline

Provides access to the underlying C instance.

Reimplemented in Gtk::TreeRow.


Member Data Documentation

GtkTreeIter Gtk::TreeIterBase::gobject_
protected

The documentation for this class was generated from the following file: