15 #define GETTEXT_DOMAIN "wesnoth-lib"
28 : grid_(grid), widget_(&grid), itor_(grid.begin())
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_.
When calling next the following it has the following results.
virtual gui2::twidget * get(const tlevel level)
Inherited from gui2::iterator::twalker_.
gui2::tgrid::iterator itor_
The iterator to the children of grid_.
When calling next the following it has the following results.
tgrid(gui2::tgrid &grid)
Constructor.
tlevel
The level to walk at.
Visit the children of its nested grid.