MCPcopy 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
89void T_TreeItem::appendChildItem(T_TreeItem* childItem)
90{
91 _pChildrenItems.append(childItem);
92}
93
94bool T_TreeItem::getIsHasChild() const
95{

Callers 1

T_TreeViewModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected