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

Method start

radiantcore/undo/UndoSystem.cpp:41–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void UndoSystem::start()
42{
43 _redoStack.clear();
44 if (_undoStack.size() == _undoLevels.get())
45 {
46 _undoStack.pop_front();
47 }
48 startUndo();
49}
50
51bool UndoSystem::operationStarted() const
52{

Callers 10

handleMouseMoveMethod · 0.45
onMouseDownMethod · 0.45
setupOptionsPanelMethod · 0.45
initialiseModuleMethod · 0.45
startUndoMethod · 0.45
startRedoMethod · 0.45
initialiseModuleMethod · 0.45
reloadFontsMethod · 0.45
registerDeclFolderMethod · 0.45

Calls 4

pop_frontMethod · 0.80
clearMethod · 0.45
sizeMethod · 0.45
getMethod · 0.45

Tested by 1

setupOptionsPanelMethod · 0.36