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

Method hasChildren

src/backend/spreadsheet/SpreadsheetModel.cpp:311–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311bool SpreadsheetModel::hasChildren(const QModelIndex& /*parent*/) const {
312 return false;
313}
314
315void SpreadsheetModel::handleAspectsAboutToBeInserted(int first, int last) {
316 if (m_suppressSignals)

Callers 2

filterMethod · 0.80
showPopupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected