![]() |
![]() |
Public Methods | |
TreeRowReference (const Glib::RefPtr<TreeModel> model, const TreeModel::Path& path) | |
~TreeRowReference () | |
operator bool () | |
The same as is_valid(). | |
TreeModel::Path | get_path () const |
Returns a path that the row reference currently points to, or 0 if the path pointed to is no longer valid. | |
bool | is_valid () const |
Returns TRUE if the reference is non-NULL and refers to a current valid path. | |
GtkTreeRowReference* | gobj () |
const GtkTreeRowReference* | gobj () const |
Protected Attributes | |
GtkTreeRowReference* | gobject_ |
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.
|
|
|
|
|
Returns a path that the row reference currently points to, or
|
|
|
|
|
|
Returns TRUE if the reference is non-NULL and refers to a current valid path.
|
|
The same as is_valid().
|
|
|