MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / rowCount

Method rowCount

gui/qt/vartablemodel.cpp:276–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276int VarTableModel::rowCount(const QModelIndex &parent) const {
277 if (parent.isValid()) {
278 return 0;
279 }
280 return vars.size();
281}
282
283int VarTableModel::columnCount(const QModelIndex &parent) const {
284 if (parent.isValid()) {

Callers 15

stateSaveInfoMethod · 0.80
setAsicValidRevisionsMethod · 0.80
recentSaveInfoMethod · 0.80
varSaveSelectedMethod · 0.80
varSaveSelectedFilesMethod · 0.80
stateAddMethod · 0.80
stateGetMethod · 0.80
resendSelectedMethod · 0.80
resendPressedMethod · 0.80
removeRowMethod · 0.80
addFileMethod · 0.80
debugExportFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected