| 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); |
no outgoing calls
no test coverage detected