Struct TreeView::Edge#

Nested Relationships#

This struct is a nested type of Class TreeView.

Struct Documentation#

struct Edge#

Data for an edge in a TreeView.

Public Members

Karana::Core::id_t parent_id#

Id of the parent node.

Karana::Core::id_t child_id#

Id of the child node.