Typedefed as Gtk::TreeModel::RowReference.
More...
#include <gtkmm/treerowreference.h>
|
static GType | get_type () |
| Get the GType for this class, for use with the underlying GObject type system.
|
|
Typedefed as Gtk::TreeModel::RowReference.
This reference will keep pointing to the node pointed to by the Path, so long as it exists. It listens to all signals emitted by the Model, and updates its Path appropriately.
- Deprecated:
- 4.10: Use Gio::ListModel instead.
◆ TreeRowReference() [1/5]
Gtk::TreeRowReference::TreeRowReference |
( |
| ) |
|
◆ TreeRowReference() [2/5]
Gtk::TreeRowReference::TreeRowReference |
( |
GtkTreeRowReference * |
gobject, |
|
|
bool |
make_a_copy = true |
|
) |
| |
|
explicit |
◆ TreeRowReference() [3/5]
◆ TreeRowReference() [4/5]
◆ ~TreeRowReference()
Gtk::TreeRowReference::~TreeRowReference |
( |
| ) |
|
|
noexcept |
◆ TreeRowReference() [5/5]
◆ get_model() [1/2]
Glib::RefPtr< TreeModel > Gtk::TreeRowReference::get_model |
( |
| ) |
|
Returns the model that the row reference is monitoring.
Deprecated: 4.10
- Returns
- The model.
◆ get_model() [2/2]
Glib::RefPtr< const TreeModel > Gtk::TreeRowReference::get_model |
( |
| ) |
const |
Returns the model that the row reference is monitoring.
Deprecated: 4.10
- Returns
- The model.
◆ get_path()
Returns a path that the row reference currently points to, or nullptr
if the path pointed to is no longer valid.
Deprecated: 4.10
- Returns
- A current path.
◆ get_type()
static GType Gtk::TreeRowReference::get_type |
( |
| ) |
|
|
static |
Get the GType for this class, for use with the underlying GObject type system.
◆ gobj() [1/2]
GtkTreeRowReference * Gtk::TreeRowReference::gobj |
( |
| ) |
|
|
inline |
Provides access to the underlying C instance.
◆ gobj() [2/2]
const GtkTreeRowReference * Gtk::TreeRowReference::gobj |
( |
| ) |
const |
|
inline |
Provides access to the underlying C instance.
◆ gobj_copy()
GtkTreeRowReference * Gtk::TreeRowReference::gobj_copy |
( |
| ) |
const |
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs.
◆ is_valid()
bool Gtk::TreeRowReference::is_valid |
( |
| ) |
const |
Returns true
if the reference is non-nullptr
and refers to a current valid path.
Deprecated: 4.10
- Returns
true
if reference points to a valid path.
◆ operator bool()
Gtk::TreeRowReference::operator bool |
( |
| ) |
const |
|
explicit |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ swap()
◆ swap()
- Parameters
-
lhs | The left-hand side |
rhs | The right-hand side |
◆ wrap()
A Glib::wrap() method for this object.
- Parameters
-
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |
- Returns
- A C++ instance that wraps this C instance.
◆ gobject_
GtkTreeRowReference* Gtk::TreeRowReference::gobject_ |
|
protected |