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

Method rowCount

src/MacroListModel.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28int MacroListModel::rowCount(const QModelIndex &parent) const
29{
30 if (parent.isValid())
31 return 0;
32
33 return macroManager->availableMacros().size();
34}
35
36QVariant MacroListModel::data(const QModelIndex &index, int role) const
37{

Callers 1

moveMacroStepDownMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected