![]() |
![]() |
Public Member Functions | |
TreeRowReference () | |
TreeRowReference (GtkTreeRowReference* gobject, bool make_a_copy=true) | |
TreeRowReference (const TreeRowReference& other) | |
TreeRowReference& | operator= (const TreeRowReference& other) |
~TreeRowReference () | |
void | swap (TreeRowReference& other) |
GtkTreeRowReference* | gobj () |
Provides access to the underlying C instance. | |
const GtkTreeRowReference* | gobj () const |
Provides access to the underlying C instance. | |
GtkTreeRowReference* | gobj_copy () const |
TreeRowReference (const Glib::RefPtr<TreeModel>& model, const TreeModel::Path& path) | |
operator bool () const | |
The same as is_valid(). | |
TreeModel::Path | get_path () const |
bool | is_valid () const |
Protected Attributes | |
GtkTreeRowReference* | gobject_ |
Related Functions | |
(Note that these are not member functions.) | |
void | swap (TreeRowReference& lhs, TreeRowReference& rhs) |
Gtk::TreeRowReference | wrap (GtkTreeRowReference* object, bool take_copy=false) |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C instance.
|
|
Provides access to the underlying C instance.
|
|
|
|
|
|
The same as is_valid().
|
|
|
|
|
|
|
|
|
|
|