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

Method redo

src/backend/core/abstractcolumncommands.cpp:52–59  ·  view source on GitHub ↗

* \brief Execute the command */

Source from the content-addressed store, hash-verified

50 * \brief Execute the command
51 */
52void AbstractColumnClearMasksCmd::redo() {
53 if (!m_copied) {
54 m_masking = m_col->m_masking;
55 m_copied = true;
56 }
57 m_col->m_masking.clear();
58 finalize();
59}
60
61/**
62 * \brief Undo the command

Callers

nothing calls this directly

Calls 6

ownerMethod · 0.80
clearMethod · 0.45
setValueMethod · 0.45
setChangedMethod · 0.45
insertRowsMethod · 0.45
removeRowsMethod · 0.45

Tested by

no test coverage detected