Class

IdeTreeNode

[]

Description

final class Ide.TreeNode : GObject.Object
  implements Gio.ListModel {
  /* No available fields */
}
No description available.
[]

Hierarchy

hierarchy this IdeTreeNode implements_0 GListModel this--implements_0 ancestor_0 GObject ancestor_0--this
[]

Ancestors

[]

Implements

[]

Constructors

ide_tree_node_new
No description available.

[]

Instance methods

ide_tree_node_get_children_possible
No description available.

ide_tree_node_get_destroy_item
No description available.

ide_tree_node_get_expanded_icon

Gets the icon used when the node is expanded.

ide_tree_node_get_first_child

Gets the first child of self.

ide_tree_node_get_flags
No description available.

ide_tree_node_get_has_error
No description available.

ide_tree_node_get_icon

Gets the icon for the node.

ide_tree_node_get_is_header
No description available.

ide_tree_node_get_item

Gets the IdeTreeNode:item property.

ide_tree_node_get_last_child

Gets the last child of self.

ide_tree_node_get_n_children
No description available.

ide_tree_node_get_next_sibling

Gets the nextious sibling, if any.

ide_tree_node_get_parent

Gets the parent node, if any.

ide_tree_node_get_prev_sibling

Gets the previous sibling, if any.

ide_tree_node_get_reset_on_collapse
No description available.

ide_tree_node_get_root

Gets the root IdeTreeNode, or self if it has no parent.

ide_tree_node_get_title
No description available.

ide_tree_node_get_use_markup
No description available.

ide_tree_node_get_vcs_ignored
No description available.

ide_tree_node_holds
No description available.

ide_tree_node_insert_after
No description available.

ide_tree_node_insert_before
No description available.

ide_tree_node_insert_sorted

Insert child as a child of self at the sorted position determined by cmpfn.

ide_tree_node_remove

Like ide_tree_node_unparent() but checks parent first.

ide_tree_node_set_children_possible
No description available.

ide_tree_node_set_destroy_item
No description available.

ide_tree_node_set_expanded_icon
No description available.

ide_tree_node_set_expanded_icon_name
No description available.

ide_tree_node_set_flags
No description available.

ide_tree_node_set_has_error
No description available.

ide_tree_node_set_icon
No description available.

ide_tree_node_set_icon_name
No description available.

ide_tree_node_set_is_header
No description available.

ide_tree_node_set_item

Sets the IdeTreeNode:item property.

ide_tree_node_set_parent
No description available.

ide_tree_node_set_reset_on_collapse
No description available.

ide_tree_node_set_title
No description available.

ide_tree_node_set_use_markup
No description available.

ide_tree_node_set_vcs_ignored
No description available.

ide_tree_node_traverse

Calls traverse_func for each node that matches the requested type, flags, and depth.

ide_tree_node_unparent
No description available.

Methods inherited from GObject (43)
Methods inherited from GListModel (5)
[]

Properties

Ide.TreeNode:children-possible
No description available.

Ide.TreeNode:destroy-item
No description available.

Ide.TreeNode:expanded-icon
No description available.

Ide.TreeNode:expanded-icon-name
No description available.

Ide.TreeNode:flags
No description available.

Ide.TreeNode:has-error
No description available.

Ide.TreeNode:icon
No description available.

Ide.TreeNode:icon-name
No description available.

Ide.TreeNode:is-header
No description available.

Ide.TreeNode:item
No description available.

Ide.TreeNode:loading
No description available.

Ide.TreeNode:parent
No description available.

Ide.TreeNode:reset-on-collapse
No description available.

Ide.TreeNode:title
No description available.

Ide.TreeNode:use-markup
No description available.

Ide.TreeNode:vcs-ignored
No description available.

[]

Signals

Ide.TreeNode::show-popover
No description available.

Signals inherited from GObject (1)
Signals inherited from GListModel (1)

Class structure