Ardour  9.0-pre0-350-gf17a656217
Gtk::TreeIterBase Class Reference

#include <treeiter.h>

Inheritance diagram for Gtk::TreeIterBase:
[legend]

Public Member Functions

 TreeIterBase ()
 
 TreeIterBase (const GtkTreeIter *gobject)
 
GtkTreeItergobj ()
 Provides access to the underlying C instance. More...
 
const GtkTreeItergobj () const
 Provides access to the underlying C instance. More...
 

Static Public Member Functions

static GType get_type () G_GNUC_CONST
 

Protected Attributes

GtkTreeIter gobject_
 

Detailed Description

Definition at line 46 of file treeiter.h.

Constructor & Destructor Documentation

◆ TreeIterBase() [1/2]

Gtk::TreeIterBase::TreeIterBase ( )

◆ TreeIterBase() [2/2]

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

Member Function Documentation

◆ get_type()

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

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

◆ gobj() [1/2]

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

Provides access to the underlying C instance.

Definition at line 63 of file treeiter.h.

◆ gobj() [2/2]

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

Provides access to the underlying C instance.

Definition at line 66 of file treeiter.h.

Member Data Documentation

◆ gobject_

GtkTreeIter Gtk::TreeIterBase::gobject_
protected

Definition at line 69 of file treeiter.h.


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