Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ rowCount
Method
rowCount
pcsx2-qt/Debugger/StackModel.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
int StackModel::rowCount(const QModelIndex&) const
16
{
17
return m_stackFrames.size();
18
}
19
20
int StackModel::columnCount(const QModelIndex&) const
21
{
Callers
15
AbstractItemModelToCSV
Function · 0.45
downloadUpdateClicked
Method · 0.45
canShowNextPage
Method · 0.45
addPathToTable
Method · 0.45
refreshDirectoryList
Method · 0.45
onEthHostAdd
Method · 0.45
RefreshHostList
Method · 0.45
reflowCheckBoxes
Method · 0.45
populateTrackList
Method · 0.45
setStateRecursively
Method · 0.45
reloadList
Method · 0.45
parseSettingsFromWidgets
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected