Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ index
Method
index
kdevplatform/project/projectmodel.cpp:262–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
}
261
262
QModelIndex ProjectBaseItem::index() const
263
{
264
if( model() ) {
265
return model()->indexFromItem( this );
266
}
267
return QModelIndex();
268
}
269
270
int ProjectBaseItem::rowCount() const
271
{
Callers
15
filterAcceptsRow
Method · 0.45
initializeFromItem
Method · 0.45
validate
Method · 0.45
AbstractFileManagerPlugin
Method · 0.45
statusReady
Method · 0.45
itemsAdded
Method · 0.45
debugItemModel
Function · 0.45
testCreateFileSystemItems
Method · 0.45
testCreateTargetItems
Method · 0.45
testCreateSimpleHierarchy
Method · 0.45
testItemSanity
Method · 0.45
testRename
Method · 0.45
Calls
6
model
Function · 0.85
createIndex
Function · 0.85
indexFromItem
Method · 0.80
QModelIndex
Class · 0.50
itemFromIndex
Method · 0.45
rowCount
Method · 0.45
Tested by
8
debugItemModel
Function · 0.36
testCreateFileSystemItems
Method · 0.36
testCreateTargetItems
Method · 0.36
testCreateSimpleHierarchy
Method · 0.36
testItemSanity
Method · 0.36
testRename
Method · 0.36
testWithProject
Method · 0.36
testProjectProxyModel
Method · 0.36