#include <window_builder.hpp>
Classes | |
struct | tresolution |
Public Member Functions | |
twindow_builder () | |
const std::string & | read (const config &cfg) |
Public Attributes | |
std::vector< tresolution > | resolutions |
Private Attributes | |
std::string | id_ |
std::string | description_ |
Definition at line 153 of file window_builder.hpp.
|
inline |
Definition at line 156 of file window_builder.hpp.
const std::string & gui2::twindow_builder::read | ( | const config & | cfg | ) |
Definition at line 258 of file window_builder.cpp.
References _(), config::child_range(), DBG_GUI_P, description_, i, id_, missing_mandatory_wml_key(), resolutions, and VALIDATE.
|
private |
Definition at line 221 of file window_builder.hpp.
Referenced by read().
|
private |
Definition at line 220 of file window_builder.hpp.
Referenced by read().
std::vector<tresolution> gui2::twindow_builder::resolutions |
Definition at line 217 of file window_builder.hpp.
Referenced by read().