#include "gui/auxiliary/formula.hpp"#include "gui/widgets/grid.hpp"#include "reference_counted_object.hpp"#include <boost/function.hpp>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | gui2::tbuilder_widget |
| Contains the info needed to instantiate a widget. More... | |
| struct | gui2::tbuilder_grid |
| class | gui2::twindow_builder |
| struct | gui2::twindow_builder::tresolution |
| struct | gui2::twindow_builder::tresolution::tlinked_group |
| struct | gui2::twindow_builder::tresolution::ttip |
| Helper struct to store information about the tips. More... | |
Namespaces | |
| namespace | gui2 |
A class inherited from ttext_box that displays its input as stars. | |
Typedefs | |
| typedef boost::intrusive_ptr < tbuilder_widget > | gui2::tbuilder_widget_ptr |
| typedef boost::intrusive_ptr < const tbuilder_widget > | gui2::const_tbuilder_widget_ptr |
| typedef boost::intrusive_ptr < tbuilder_grid > | gui2::tbuilder_grid_ptr |
| typedef boost::intrusive_ptr < const tbuilder_grid > | gui2::tbuilder_grid_const_ptr |
Functions | |
| twindow * | gui2::build (CVideo &video, const std::string &type) |
| Builds a window. | |
| void | gui2::register_builder_widget (const std::string &id, boost::function< tbuilder_widget_ptr(config)> functor) |
| Registers a widget to be build. | |
| template<class T > | |
| tbuilder_widget_ptr | gui2::build_widget (const config &cfg) |
| Helper to generate a widget from a WML widget instance. | |
| twindow * | gui2::build (CVideo &video, const twindow_builder::tresolution *res) |
| Builds a window. | |
| Generated by doxygen 1.7.1 on Fri May 25 2012 01:04:57 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |