The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces | Functions
grid.hpp File Reference
#include "gui/widgets/widget.hpp"
#include <cassert>
Include dependency graph for grid.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gui2::grid
 Base container class. More...
 
class  gui2::grid::child
 Child item of the grid. More...
 
class  gui2::grid::iterator
 Iterator for the child items. More...
 

Namespaces

 gui2
 Generic file dialog.
 

Functions

void gui2::set_single_child (grid &grid, std::unique_ptr< widget > widget)
 Sets the single child in a grid. More...