A walker for a gui2::grid. More...
#include <walker_grid.hpp>
Public Member Functions | |
grid (gui2::grid &grid) | |
Constructor. More... | |
virtual state_t | next (const level level) |
Inherited from gui2::iteration::walker_base. More... | |
virtual bool | at_end (const level level) const |
Inherited from gui2::iteration::walker_base. More... | |
virtual gui2::widget * | get (const level level) |
Inherited from gui2::iteration::walker_base. More... | |
Public Member Functions inherited from gui2::iteration::walker_base | |
virtual | ~walker_base () |
Private Attributes | |
gui2::grid & | grid_ |
The grid which the walker is attached to. More... | |
gui2::widget * | widget_ |
The grid which the walker is attached to. More... | |
gui2::grid::iterator | itor_ |
The iterator to the children of grid_. More... | |
Additional Inherited Members | |
Public Types inherited from gui2::iteration::walker_base | |
enum | level { self , internal , child } |
The level to walk at. More... | |
enum | state_t { valid , invalid , fail } |
The state of the walker. More... | |
A walker for a gui2::grid.
Definition at line 26 of file walker_grid.hpp.
|
explicit |
Constructor.
grid | The grid which the walker is attached to. |
Definition at line 25 of file walker_grid.cpp.
|
virtual |
Inherited from gui2::iteration::walker_base.
Implements gui2::iteration::walker_base.
Definition at line 57 of file walker_grid.cpp.
References gui2::iteration::walker_base::child, gui2::grid::end(), grid_, itor_, and widget_.
Referenced by next().
|
virtual |
Inherited from gui2::iteration::walker_base.
Implements gui2::iteration::walker_base.
Definition at line 72 of file walker_grid.cpp.
References gui2::iteration::walker_base::child, gui2::grid::end(), grid_, itor_, and widget_.
|
virtual |
Inherited from gui2::iteration::walker_base.
Implements gui2::iteration::walker_base.
Definition at line 30 of file walker_grid.cpp.
References at_end(), gui2::iteration::walker_base::child, gui2::grid::end(), gui2::iteration::walker_base::fail, grid_, gui2::iteration::walker_base::invalid, itor_, gui2::iteration::walker_base::valid, and widget_.
|
private |
The grid which the walker is attached to.
Definition at line 47 of file walker_grid.hpp.
|
private |
The iterator to the children of grid_.
This variable is used to track where the gui2::iteration::walker_base::child level visiting is.
Definition at line 63 of file walker_grid.hpp.
|
private |
The grid which the walker is attached to.
This variable is used to track whether the gui2::iteration::walker_base::widget level has been visited.
Definition at line 55 of file walker_grid.hpp.