|
RADLib
RADical C++ application framework
|
Tree node with display text and recursive children. More...
#include <RADWidgets.h>
Public Attributes | |
| std::string | text |
| Node display text. More... | |
| std::vector< TreeNode > | children |
| Child nodes. More... | |
Tree node with display text and recursive children.
| std::vector<TreeNode> RADUi::TreeNode::children |
Child nodes.
| std::string RADUi::TreeNode::text |
Node display text.