lecui 1.0.0-alpha.20
lecui C++ user interface library
Public Member Functions | Public Attributes | List of all members
liblec::lecui::widgets::tree_view::node Class Reference

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, nodechildren
 The node's children.
 

Detailed Description

Tree node.

Constructor & Destructor Documentation

◆ node()

liblec::lecui::widgets::tree_view::node::node ( std::string  name)
inline

Node constructor.

Parameters
nameThe name of the node.

The documentation for this class was generated from the following file: