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

Method connectUndoSystem

libs/scene/SelectableNode.cpp:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void SelectableNode::connectUndoSystem(IUndoSystem& undoSystem)
237{
238 _undoStateSaver = undoSystem.getStateSaver(*this);
239}
240
241void SelectableNode::disconnectUndoSystem(IUndoSystem& undoSystem)
242{

Callers

nothing calls this directly

Calls 1

getStateSaverMethod · 0.80

Tested by

no test coverage detected