Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ rowCount
Method
rowCount
src/plugins/python/python/option/interpreterwidget.cpp:45–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
int InterpreterModel::rowCount(const QModelIndex &parent) const
46
{
47
Q_UNUSED(parent)
48
49
return d->packageVector.count();
50
}
51
52
int InterpreterModel::columnCount(const QModelIndex &parent) const
53
{
Callers
12
activeProjectInfo
Method · 0.45
removeRootItem
Method · 0.45
takeRootItem
Method · 0.45
expandedProjectDepth
Method · 0.45
expandedProjectAll
Method · 0.45
restoreExpandState
Method · 0.45
getAllProjectInfo
Method · 0.45
getProjectInfo
Method · 0.45
updateProjectInfo
Method · 0.45
itemModified
Method · 0.45
setOpenedFiles
Method · 0.45
setListViewSelection
Method · 0.45
Calls
1
count
Method · 0.45
Tested by
no test coverage detected