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

Method undo

src/backend/core/abstractcolumncommands.cpp:64–67  ·  view source on GitHub ↗

* \brief Undo the command */

Source from the content-addressed store, hash-verified

62 * \brief Undo the command
63 */
64void AbstractColumnClearMasksCmd::undo() {
65 m_col->m_masking = m_masking;
66 finalize();
67}
68
69void AbstractColumnClearMasksCmd::finalize() const {
70 // TODO: implement AbstractColumn::setChanged() instead of these two calls,

Callers

nothing calls this directly

Calls 3

ownerMethod · 0.80
setChangedMethod · 0.45
removeRowsMethod · 0.45

Tested by

no test coverage detected