MCPcopy Create free account
hub / github.com/KDE/labplot / rowCount

Method rowCount

src/frontend/PlotTemplateDialog.cpp:312–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312int TemplateListModel::rowCount(const QModelIndex& parent) const {
313 Q_UNUSED(parent);
314 return mFiles.count();
315}
316
317QVariant TemplateListModel::data(const QModelIndex& index, int role) const {
318 const int row = index.row();

Callers 2

filterMethod · 0.45
saveMethod · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected