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

Method setUndoAware

src/backend/core/AbstractAspect.cpp:992–994  ·  view source on GitHub ↗

! * enables the undo awareness of the aspect (modifications are put onto the undo stack) if \c value is set to \c true, * disables it otherwise. Note, this function doesn't modify the behavior of aspects's children, the behavior of the children * needs to be handled separately, if needed. */

Source from the content-addressed store, hash-verified

990 * needs to be handled separately, if needed.
991 */
992void AbstractAspect::setUndoAware(bool value) {
993 d->m_undoAware = value;
994}
995
996/*!
997 * returns \c true if the aspect is undo aware (modifications are put onto the undo stack), returns \c false otherwise.

Callers 15

importToMethod · 0.80
processResizeMethod · 0.80
runMethod · 0.80
initPreviewMethod · 0.80
parseDataMethod · 0.80
loadMethod · 0.80
restorePointersMethod · 0.80
clearMethod · 0.80
readDataRegionMethod · 0.80
readDataFromFileMethod · 0.80
readCHDUMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected