MCPcopy 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
465int Node::row()
466{
467 if (m_parentNode == nullptr)
468 return -1;
469
470 return m_parentNode->m_children.indexOf(this);
471}
472
473QIcon ClassModelNodes::Node::cachedIcon()
474{

Callers 3

removeNodeMethod · 0.45
indexMethod · 0.45
nodesLayoutChangedMethod · 0.45

Calls 1

indexOfMethod · 0.45

Tested by

no test coverage detected