15 #ifndef GUI_WIDGETS_AUXILIARY_WALKER_VISITOR_GRID_HPP_INCLUDED
16 #define GUI_WIDGETS_AUXILIARY_WALKER_VISITOR_GRID_HPP_INCLUDED
virtual tstate next(const tlevel level)
Inherited from gui2::iterator::twalker_.
tstate
The state of the walker.
gui2::tgrid & grid_
The grid which the walker is attached to.
A class inherited from ttext_box that displays its input as stars.
gui2::twidget * widget_
The grid which the walker is attached to.
virtual bool at_end(const tlevel level) const
Inherited from gui2::iterator::twalker_.
Iterator for the tchild items.
gui2::tgrid::iterator itor_
The iterator to the children of grid_.
tgrid(gui2::tgrid &grid)
Constructor.
A walker for a gui2::tgrid.
tlevel
The level to walk at.
The walker abstract base class.
Visit the children of its nested grid.