#include <tree_view.hpp>


Classes | |
| struct | tnode |
Public Member Functions | |
| tbuilder_tree_view (const config &cfg) | |
| twidget * | build () const |
Public Attributes | |
| tscrollbar_container::tscrollbar_mode | vertical_scrollbar_mode |
| tscrollbar_container::tscrollbar_mode | horizontal_scrollbar_mode |
| unsigned | indention_step_size |
| std::vector< tnode > | nodes |
| The types of nodes in the tree view. | |
Definition at line 27 of file tree_view.hpp.
| gui2::implementation::tbuilder_tree_view::tbuilder_tree_view | ( | const config & | cfg | ) | [explicit] |
Definition at line 28 of file tree_view.cpp.
References config::child_range(), gui2::implementation::get_scrollbar_mode(), and nodes.

| twidget * gui2::implementation::tbuilder_tree_view::build | ( | ) | const [virtual] |
Implements gui2::tbuilder_widget.
Definition at line 45 of file tree_view.cpp.
| tscrollbar_container::tscrollbar_mode gui2::implementation::tbuilder_tree_view::horizontal_scrollbar_mode |
Definition at line 35 of file tree_view.hpp.
Definition at line 37 of file tree_view.hpp.
| std::vector<tnode> gui2::implementation::tbuilder_tree_view::nodes |
The types of nodes in the tree view.
Since we expect the amount of nodes to remain low it's stored in a vector and not in a map.
Definition at line 53 of file tree_view.hpp.
| tscrollbar_container::tscrollbar_mode gui2::implementation::tbuilder_tree_view::vertical_scrollbar_mode |
Definition at line 34 of file tree_view.hpp.
| Generated by doxygen 1.7.1 on Fri May 25 2012 01:23:39 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |