MCPcopy 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
15int StackModel::rowCount(const QModelIndex&) const
16{
17 return m_stackFrames.size();
18}
19
20int StackModel::columnCount(const QModelIndex&) const
21{

Callers 15

AbstractItemModelToCSVFunction · 0.45
downloadUpdateClickedMethod · 0.45
canShowNextPageMethod · 0.45
addPathToTableMethod · 0.45
refreshDirectoryListMethod · 0.45
onEthHostAddMethod · 0.45
RefreshHostListMethod · 0.45
reflowCheckBoxesMethod · 0.45
populateTrackListMethod · 0.45
setStateRecursivelyMethod · 0.45
reloadListMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected