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

Method isUndoAware

src/backend/core/AbstractAspect.cpp:999–1001  ·  view source on GitHub ↗

! * returns \c true if the aspect is undo aware (modifications are put onto the undo stack), returns \c false otherwise. */

Source from the content-addressed store, hash-verified

997 * returns \c true if the aspect is undo aware (modifications are put onto the undo stack), returns \c false otherwise.
998 */
999bool AbstractAspect::isUndoAware() const {
1000 return d->m_undoAware;
1001}
1002
1003/**
1004 * \brief Return the undo stack of the Project, or 0 if this Aspect is not part of a Project.

Callers 3

execMethod · 0.80
beginMacroMethod · 0.80
endMacroMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected