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

Method hasValues

src/frontend/spreadsheet/SpreadsheetView.cpp:3607–3617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3605}
3606
3607bool SpreadsheetView::hasValues(const QVector<Column*> cols) {
3608 bool hasValues = false;
3609 for (const auto* col : cols) {
3610 if (col->hasValues()) {
3611 hasValues = true;
3612 break;
3613 }
3614 }
3615
3616 return hasValues;
3617}
3618
3619/*!
3620 Cause a repaint of the header.

Callers 6

checkSpreadsheetMenuMethod · 0.95
fillColumnContextMenuMethod · 0.45
checkColumnMenusMethod · 0.45
pasteIntoSelectionMethod · 0.45
showColumnStatisticsMethod · 0.45
sparkLineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected