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

Method redo

src/backend/matrix/matrixcommands.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void MatrixInsertColumnsCmd::redo() {
25 m_private_obj->insertColumns(m_before, m_count);
26 Q_EMIT m_private_obj->q->columnCountChanged(m_private_obj->columnCount());
27}
28
29void MatrixInsertColumnsCmd::undo() {
30 m_private_obj->removeColumns(m_before, m_count);

Callers

nothing calls this directly

Calls 5

emitDataChangedMethod · 0.80
insertColumnsMethod · 0.45
columnCountMethod · 0.45
insertRowsMethod · 0.45
rowCountMethod · 0.45

Tested by

no test coverage detected