RADLib
RADical C++ application framework
RADUi::TreeNode Struct Reference

Tree node with display text and recursive children. More...

#include <RADWidgets.h>

Public Attributes

std::string text
 Node display text. More...
 
std::vector< TreeNodechildren
 Child nodes. More...
 

Detailed Description

Tree node with display text and recursive children.

Member Data Documentation

◆ children

std::vector<TreeNode> RADUi::TreeNode::children

Child nodes.

◆ text

std::string RADUi::TreeNode::text

Node display text.


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