TreeNodeCollection

Constructors

this
this(TreeView treeView, TreeNode parentNode)
Undocumented in source.

Members

Functions

add
void add(TreeNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(Dstring text)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(Object val)
Undocumented in source. Be warned that the author may not have intended to support it.
addRange
void addRange(Object[] range)
Undocumented in source. Be warned that the author may not have intended to support it.
addRange
void addRange(TreeNode[] range)
Undocumented in source. Be warned that the author may not have intended to support it.
addRange
void addRange(Dstring[] range)
Undocumented in source. Be warned that the author may not have intended to support it.
populateInsertChildNode
void populateInsertChildNode(Message m, TV_ITEMA dest, TreeNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
setTreeView
void setTreeView(TreeView treeView)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

_wraparray
mixin ListWrapArray!(TreeNode, _nodes, _blankListCallback!(TreeNode), _added, _removing, _removed, true, false, false) _wraparray
Undocumented in source.

Properties

created
bool created [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta