lecui 1.0.0-alpha.20
lecui C++ user interface library
|
Tree node. More...
#include <tree_view.h>
Public Member Functions | |
node (std::string name) | |
Node constructor. More... | |
Public Attributes | |
std::string | name |
The name of the node. | |
bool | expand = false |
Whether to show the node's children, if any. | |
std::map< std::string, node > | children |
The node's children. | |
Tree node.
|
inline |
Node constructor.
name | The name of the node. |