13#if defined(LECUI_EXPORTS)
16#include <liblec/lecui/widgets/widget.h>
47 bool selected =
false;
51#if defined(LECUI_EXPORTS)
52 friend class widgets::tree_view_impl;
59 float _corner_radius_x = 5.f;
60 float _corner_radius_y = 5.f;
61 std::map<std::string, node> _root;
62 void* _p_special_pane_specs =
nullptr;
67 _rect.size({ 200.f, 200.f });
77 root.insert(std::make_pair(name,
node(name)));
271 std::map<std::string, node>&
root();
301#if defined(LECUI_EXPORTS)
309#if defined(lecui_helper)
311#define get_tree_view(path) liblec::lecui::widgets::tree_view::get(*this, path)
RGBA color on a standard 0 to 255 scale. For the alpha channel 0 is transparent and 255 is opaque.
Definition: lecui.h:583
Page container.
Definition: page.h:32
Rectangle class.
Definition: lecui.h:158
Resize parameters.
Definition: lecui.h:363
Top level namespace for the liblec libraries.
Definition: appearance.h:19