gtkmm: Gtk::TreeIterBase Class Reference
#include <gtkmm/treeiter.h>
Inheritance diagram for Gtk::TreeIterBase:

Public Member Functions |
|
TreeIterBase (const TreeIterBase & other) noexcept | |
TreeIterBase & | operator= (const TreeIterBase & other) noexcept |
TreeIterBase ( TreeIterBase && other) noexcept | |
TreeIterBase & | operator= ( TreeIterBase && other) noexcept |
TreeIterBase () | |
TreeIterBase (const GtkTreeIter* gobject) | |
GtkTreeIter* | gobj () |
Provides access to the underlying C instance.
More...
|
|
const GtkTreeIter* | gobj () const |
Provides access to the underlying C instance.
More...
|
|
Static Public Member Functions |
|
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system.
More...
|
|
Protected Attributes |
|
GtkTreeIter | gobject_ |
Constructor & Destructor Documentation
|
noexcept |
|
noexcept |
Gtk::TreeIterBase::TreeIterBase | ( | ) |
|
explicit |
Member Function Documentation
|
static |
Get the GType for this class, for use with the underlying GObject type system.
|
inline |
Provides access to the underlying C instance.
|
inline |
Provides access to the underlying C instance.
|
noexcept |
|
noexcept |
Member Data Documentation
|
protected |