MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / getIsHasChild

Method getIsHasChild

ElaWidgetToolsExample/ModelView/T_TreeItem.cpp:94–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94bool T_TreeItem::getIsHasChild() const
95{
96 if (_pChildrenItems.count() > 0)
97 {
98 return true;
99 }
100 return false;
101}
102
103int T_TreeItem::getRow() const
104{

Callers 1

dataMethod · 0.45

Calls 1

countMethod · 0.80

Tested by

no test coverage detected