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