Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
bool T_TreeItem::getIsHasChild() const
95
{
96
if (_pChildrenItems.count() > 0)
97
{
98
return true;
99
}
100
return false;
101
}
102
103
int T_TreeItem::getRow() const
104
{
Callers
1
data
Method · 0.45
Calls
1
count
Method · 0.80
Tested by
no test coverage detected