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

Method undo

src/backend/matrix/matrixcommands.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void MatrixInsertColumnsCmd::undo() {
30 m_private_obj->removeColumns(m_before, m_count);
31 Q_EMIT m_private_obj->q->columnCountChanged(m_private_obj->columnCount());
32}
33
34// Insert rows
35MatrixInsertRowsCmd::MatrixInsertRowsCmd(MatrixPrivate* private_obj, int before, int count, QUndoCommand* parent)

Callers

nothing calls this directly

Calls 5

emitDataChangedMethod · 0.80
removeColumnsMethod · 0.45
columnCountMethod · 0.45
removeRowsMethod · 0.45
rowCountMethod · 0.45

Tested by

no test coverage detected