TreeMapWidget

Undocumented in source.

Constructors

this
this(string id, Node rootNode)
Undocumented in source.

Members

Functions

addTreeMapFocusedListener
auto addTreeMapFocusedListener(void delegate(Node) listener)
Undocumented in source. Be warned that the author may not have intended to support it.
layout
void layout(Rect r)
Undocumented in source. Be warned that the author may not have intended to support it.
onDraw
void onDraw(DrawBuf buf)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseEvent
bool onMouseEvent(MouseEvent me)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

OnTreeMapHandler
interface OnTreeMapHandler
Undocumented in source.

Variables

onTreeMapFocused
Signal!OnTreeMapHandler onTreeMapFocused;
Undocumented in source.
treeMap
tm.TreeMap!Node treeMap;
Undocumented in source.

Meta