TGUI
1.6.1
|
Internal representation of a node. More...
#include <TGUI/Widgets/TreeView.hpp>
Public Attributes | |
Text | text |
unsigned int | depth = 0 |
bool | expanded = true |
Node * | parent = nullptr |
std::vector< std::shared_ptr< Node > > | nodes |
Internal representation of a node.