Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Liniyous/ElaWidgetTools
/ getRow
Method
getRow
ElaWidgetToolsExample/ModelView/T_TreeItem.cpp:103–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
int T_TreeItem::getRow() const
104
{
105
if (_pParentItem)
106
{
107
return _pParentItem->getChildrenItems().indexOf(const_cast<T_TreeItem*>(this));
108
}
109
return 0;
110
}
Callers
1
parent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected