TreeMapWidget

Undocumented in source.

Constructors

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

Members

Aliases

Maybe
alias Maybe = NodeTreeMap.Maybe
Undocumented in source.
NodeTreeMap
alias NodeTreeMap = tm.TreeMap!Node
Undocumented in source.

Functions

addTreeMapFocusedListener
auto addTreeMapFocusedListener(void delegate(Maybe) listener)
Undocumented in source. Be warned that the author may not have intended to support it.
changeDepth
void changeDepth(int delta, Widget w)
Undocumented in source. Be warned that the author may not have intended to support it.
doRedraw
void doRedraw(Node node, Widget w)
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.
up
void up()
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

OnTreeMapHandler
interface OnTreeMapHandler
Undocumented in source.

Variables

delta
int delta;
Undocumented in source.
depth
int depth;
Undocumented in source.
lastMouseEvent
MouseEvent lastMouseEvent;
Undocumented in source.
lastNodes
Node[] lastNodes;
Undocumented in source.
lastSelected
Maybe lastSelected;
Undocumented in source.
onTreeMapFocused
Signal!OnTreeMapHandler onTreeMapFocused;
Undocumented in source.
rootNode
Node rootNode;
Undocumented in source.
treeMap
NodeTreeMap treeMap;
Undocumented in source.

Meta