TreeNode

Constructors

this
this(Dstring labelText)
this(Dstring labelText, TreeNode[] children)
this()
this
this(Object val)
Undocumented in source.

Members

Functions

beginEdit
void beginEdit()
collapse
void collapse()
ensureVisible
void ensureVisible()
expand
void expand()
expandAll
void expandAll()
opCmp
int opCmp(TreeNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Dstring val)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
Dequ opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
Dequ opEquals(TreeNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
Dequ opEquals(Dstring val)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove()
toString
Dstring toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toggle
void toggle()

Properties

bounds
Rect bounds [@property getter]
created
bool created [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
firstNode
TreeNode firstNode [@property getter]
fullPath
Dstring fullPath [@property getter]
handle
HTREEITEM handle [@property getter]
imageIndex
int imageIndex [@property setter]
int imageIndex [@property getter]
index
int index [@property getter]
isExpanded
bool isExpanded [@property getter]
isSelected
bool isSelected [@property getter]
lastNode
TreeNode lastNode [@property getter]
nextNode
TreeNode nextNode [@property getter]
nodes
TreeNodeCollection nodes [@property getter]
parent
TreeNode parent [@property getter]
prevNode
TreeNode prevNode [@property getter]
tag
Object tag [@property setter]
Object tag [@property getter]
text
Dstring text [@property setter]
Dstring text [@property getter]
treeView
TreeView treeView [@property getter]

Static functions

fromHandle
TreeNode fromHandle(TreeView tree, HTREEITEM handle)

Meta