A walker for a gui2::tree_view_node.
virtual state_t next(const level level)
Inherited from gui2::iteration::walker_base.
tree_view_node::node_children_vector & children_
The children of the node which the walker is attached to.
tree_view_node::node_children_vector::iterator itor_
The iterator to the children of the node.
gui2::widget * widget_
The node which the walker is attached to.
virtual bool at_end(const level level) const
Inherited from gui2::iteration::walker_base.
tree_node(gui2::tree_view_node &node, tree_view_node::node_children_vector &children)
Constructor.
virtual gui2::widget * get(const level level)
Inherited from gui2::iteration::walker_base.
The walker abstract base class.
level
The level to walk at.
state_t
The state of the walker.
std::vector< std::shared_ptr< tree_view_node > > node_children_vector
std::string::const_iterator iterator