TreeNode

Undocumented in source.

Constructors

this
this(TreeView owner, string txt, int imgIndex, int selImgIndex, NodeInsertMode nim)
Undocumented in source.
this
this(TreeView owner, TreeNode parent, string txt, int imgIndex, int selImgIndex, NodeInsertMode nim)
Undocumented in source.

Members

Functions

addNode
TreeNode addNode(string txt, int imgIndex, int selImgIndex, NodeInsertMode nim)
Undocumented in source. Be warned that the author may not have intended to support it.
addNode
TreeNode addNode(string txt, int imgIndex, NodeInsertMode nim)
Undocumented in source. Be warned that the author may not have intended to support it.
addNode
TreeNode addNode(string txt, NodeInsertMode nim)
Undocumented in source. Be warned that the author may not have intended to support it.
collapse
void collapse()
Undocumented in source. Be warned that the author may not have intended to support it.
doChildNodes
void doChildNodes()
Undocumented in source. Be warned that the author may not have intended to support it.
expand
void expand()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove()
Undocumented in source. Be warned that the author may not have intended to support it.
removeNode
void removeNode(TreeNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
removeNode
void removeNode(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin tagProperty
Undocumented in source.

Properties

handle
HTREEITEM handle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
handle
HTREEITEM handle [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasNodes
bool hasNodes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
imageIndex
int imageIndex [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
imageIndex
int imageIndex [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
index
int index [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
insertMode
NodeInsertMode insertMode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
lazyNode
bool lazyNode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
lazyNode
bool lazyNode [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
nodes
TreeNode[] nodes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
parent
TreeNode parent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selected
bool selected [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedImageIndex
int selectedImageIndex [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedImageIndex
int selectedImageIndex [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
string text [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
string text [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
treeView
TreeView treeView [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta