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

Method rowCountChanged

src/frontend/dockwidgets/SpreadsheetDock.cpp:123–128  ·  view source on GitHub ↗

SLOTs for changes triggered in SpreadsheetDock

Source from the content-addressed store, hash-verified

121//****** SLOTs for changes triggered in SpreadsheetDock *******
122//*************************************************************
123void SpreadsheetDock::rowCountChanged(int rows) {
124 CONDITIONAL_LOCK_RETURN;
125
126 for (auto* spreadsheet : m_spreadsheetList)
127 spreadsheet->setRowCount(rows);
128}
129
130void SpreadsheetDock::columnCountChanged(int columns) {
131 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setRowCountMethod · 0.45

Tested by

no test coverage detected