#include <tree_view.hpp>
Public Member Functions | |
ttree_node (const config &cfg) | |
Public Attributes | |
std::string | id |
bool | unfolded |
tbuilder_grid_ptr | builder |
Definition at line 25 of file tree_view.hpp.
|
explicit |
Definition at line 418 of file tree_view.cpp.
References _(), builder, config::child(), missing_mandatory_wml_key(), and VALIDATE.
tbuilder_grid_ptr gui2::implementation::ttree_node::builder |
Definition at line 31 of file tree_view.hpp.
Referenced by ttree_node().
std::string gui2::implementation::ttree_node::id |
Definition at line 29 of file tree_view.hpp.
bool gui2::implementation::ttree_node::unfolded |
Definition at line 30 of file tree_view.hpp.