Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ row
Method
row
kdevplatform/debugger/util/treeitem.cpp:162–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
int TreeItem::row() const
163
{
164
if (parentItem)
165
return parentItem->childItems.indexOf(const_cast<TreeItem*>(this));
166
167
return 0;
168
}
169
170
class EllipsisItem : public TreeItem
171
{
Callers
15
data
Method · 0.45
setData
Method · 0.45
slotRemoveBreakpoint
Method · 0.45
slotUpdateBreakpointDetail
Method · 0.45
slotOpenFile
Method · 0.45
breakpointStateChanged
Method · 0.45
setHitCount
Method · 0.45
error
Method · 0.45
hit
Method · 0.45
frame
Method · 0.45
data
Method · 0.45
rowCount
Method · 0.45
Calls
1
indexOf
Method · 0.45
Tested by
no test coverage detected