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

Method endMacro

src/backend/core/AbstractAspect.cpp:1081–1088  ·  view source on GitHub ↗

* \brief End the current undo stack macro */

Source from the content-addressed store, hash-verified

1079 * \brief End the current undo stack macro
1080 */
1081void AbstractAspect::endMacro() {
1082 if (!d->m_undoAware || (project() && !project()->isUndoAware()))
1083 return;
1084
1085 QUndoStack* stack = undoStack();
1086 if (stack)
1087 stack->endMacro();
1088}
1089
1090////////////////////////////////////////////////////////////////////////////////////////////////////
1091//@}

Callers 15

changeSelectedVisibleMethod · 0.80
deleteSelectedMethod · 0.80
curveSelectionChangedMethod · 0.80
colorChangedMethod · 0.80
orientationChangedMethod · 0.80
pageChangedMethod · 0.80

Calls 1

isUndoAwareMethod · 0.80

Tested by

no test coverage detected