DefaultVisitorImpl

Default implementation of Visitor

Constructors

this
this(SizeType s)
Undocumented in source.

Members

Aliases

SizeType
alias SizeType = double
Undocumented in source.
sizeEnabled
alias sizeEnabled = _size_
Undocumented in source.
treePathEnabled
alias treePathEnabled = _tree_path_
Undocumented in source.

Enums

State
enum State
Undocumented in source.

Functions

complete
bool complete()
Undocumented in source. Be warned that the author may not have intended to support it.
enterNode
void enterNode(const(Data) data, Model model)
Undocumented in source. Be warned that the author may not have intended to support it.
enterTree
void enterTree(const(Data) data, Model model)
Undocumented in source. Be warned that the author may not have intended to support it.
indent
void indent()
Undocumented in source. Be warned that the author may not have intended to support it.
leaveNode
void leaveNode(const(Data) data, Model model)
Undocumented in source. Be warned that the author may not have intended to support it.
processLeaf
void processLeaf(const(Data) data, Model model)
Undocumented in source. Be warned that the author may not have intended to support it.
unindent
void unindent()
deferred_change
SizeType deferred_change;
destination
SizeType destination;
path
TreePath path;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

position
SizeType position;
Undocumented in source.
size
SizeType size;
Undocumented in source.
state
State state;
Undocumented in source.
tree_path
TreePath tree_path;
Undocumented in source.

Meta