Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ row
Method
row
kdevplatform/language/classmodel/classmodelnode.cpp:465–471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
463
}
464
465
int Node::row()
466
{
467
if (m_parentNode == nullptr)
468
return -1;
469
470
return m_parentNode->m_children.indexOf(this);
471
}
472
473
QIcon ClassModelNodes::Node::cachedIcon()
474
{
Callers
3
removeNode
Method · 0.45
index
Method · 0.45
nodesLayoutChanged
Method · 0.45
Calls
1
indexOf
Method · 0.45
Tested by
no test coverage detected