MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / releaseStateSaver

Method releaseStateSaver

radiantcore/undo/UndoSystem.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void UndoSystem::releaseStateSaver(IUndoable& undoable)
37{
38 _undoables.erase(&undoable);
39}
40
41void UndoSystem::start()
42{

Callers 7

disconnectUndoSystemMethod · 0.80
disconnectUndoSystemMethod · 0.80
disconnectUndoSystemMethod · 0.80
disconnectUndoSystemMethod · 0.80
disconnectUndoSystemMethod · 0.80
disconnectUndoSystemMethod · 0.80
disconnectUndoSystemMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected