TreeNode
Object Hierarchy:
Description:
[ CCode ( type_id = "gda_tree_node_get_type ()" ) ]
public class TreeNode : Object
Content:
Properties:
- public string name { owned get; set; }
Static methods:
Creation methods:
Methods:
- public virtual void dump_children (string prefix, StringBuilder in_string)
- public virtual string dump_header ()
- public unowned Value? fetch_attribute (string attribute)
Get the value associated to the attribute named attribute
for this.
- public unowned TreeNode get_child_index (int index)
Get the TreeNode child of
this at position index
(starting at 0).
- public unowned TreeNode get_child_name (string name)
Get the TreeNode child of
this which has the ATTRIBUTE_NAME set to
name
- public SList<unowned TreeNode> get_children ()
Get a list of all this's children,
free it with g_slist_free
after usage
- public unowned Value? get_node_attribute (string attribute)
Get the value associated to the attribute named attribute
for this.
- public unowned TreeNode get_parent ()
Get the TreeNode parent of
this in the Tree node belongs to.
- public void set_node_attribute (string attribute, Value? value, DestroyNotify destroy)
Set the value associated to a named attribute.
Signals:
- public virtual signal void node_changed (TreeNode node)
Gets emitted when a node
has changed
- public virtual signal void node_deleted (string relative_path)
Gets emitted when a node
has been removed
- public virtual signal void node_has_child_toggled (TreeNode node)
Gets emitted when a node
has has a child when it did not
have any or when it does not have a ny children anymore when it had some
- public virtual signal void node_inserted (TreeNode node)
Gets emitted when a node
has been inserted
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref