#include <window_builder.hpp>
Classes | |
struct | window_resolution |
Public Member Functions | |
builder_window (const config &cfg) | |
Public Attributes | |
std::vector< window_resolution > | resolutions |
Resolution options for this window instance. More... | |
Private Member Functions | |
void | read (const config &cfg) |
Private Attributes | |
std::string | id_ |
std::string | description_ |
Definition at line 150 of file window_builder.hpp.
|
inlineexplicit |
Definition at line 153 of file window_builder.hpp.
References read().
|
private |
Definition at line 105 of file window_builder.cpp.
References _(), config::child_range(), DBG_GUI_P, description_, i, id_, missing_mandatory_wml_key(), resolutions, and VALIDATE.
Referenced by builder_window().
|
private |
Definition at line 218 of file window_builder.hpp.
Referenced by read().
|
private |
Definition at line 217 of file window_builder.hpp.
Referenced by read().
std::vector<window_resolution> gui2::builder_window::resolutions |
Resolution options for this window instance.
The window widget handles resolution options differently from other widgets. Most specify their resolution options in their definitions. However, windows define different resolution options for each window instance. That enables each dialog to have its own set of options.
Definition at line 212 of file window_builder.hpp.
Referenced by read().