MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / rowCount

Method rowCount

src/MacroStepTableModel.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43int MacroStepTableModel::rowCount(const QModelIndex &parent) const
44{
45 return parent.isValid() ? 0 : macro->getSteps().size();
46}
47
48int MacroStepTableModel::columnCount(const QModelIndex &parent) const
49{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected