DefaultVisitorImpl

Default implementation of Visitor

Constructors

this
this(SizeType s)
Undocumented in source.

Members

Aliases

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()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

destination
SizeType destination [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
destination
destination [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
position
SizeType position [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
position
position [@property getter]
_destination
SizeType _destination;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_position
SizeType _position;
curr_shift
SizeType curr_shift;
Undocumented in source.
cursorY
Cursor cursorY;
deferred_change
SizeType deferred_change;
path
TreePath path;
Undocumented in source.
size
SizeType size;
Undocumented in source.
state
State state;
total_shift
SizeType total_shift;
Undocumented in source.
tree_path
TreePath tree_path;
Undocumented in source.

Meta