Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Liniyous/ElaWidgetTools
/ appendChildItem
Method
appendChildItem
ElaWidgetToolsExample/ModelView/T_TreeItem.cpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void T_TreeItem::appendChildItem(T_TreeItem* childItem)
90
{
91
_pChildrenItems.append(childItem);
92
}
93
94
bool T_TreeItem::getIsHasChild() const
95
{
Callers
1
T_TreeViewModel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected