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

Method undo

src/backend/matrix/matrixcommands.h:296–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 m_private_obj->setRowCells(m_row, m_first_column, m_last_column, m_values);
295 }
296 void undo() override {
297 m_private_obj->setRowCells(m_row, m_first_column, m_last_column, m_old_values);
298 }
299
300private:
301 MatrixPrivate* m_private_obj;

Callers

nothing calls this directly

Calls 1

setRowCellsMethod · 0.45

Tested by

no test coverage detected