MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / setURStackEnable

Method setURStackEnable

src/domain/UBGraphicsScene.h:127–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 // tmp stub for divide addings scene objects from undo mechanism implementation
126 void enableUndoRedoStack(){mUndoRedoStackEnabled = true;}
127 void setURStackEnable(bool enable){mUndoRedoStackEnabled = enable;}
128 bool isURStackIsEnabled(){return mUndoRedoStackEnabled;}
129
130 UBGraphicsScene(std::shared_ptr<UBDocumentProxy>document, bool enableUndoRedoStack = true);

Callers 2

duplicateItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected