Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
void UndoSystem::start()
42
{
43
_redoStack.clear();
44
if (_undoStack.size() == _undoLevels.get())
45
{
46
_undoStack.pop_front();
47
}
48
startUndo();
49
}
50
51
bool UndoSystem::operationStarted() const
52
{
Callers
10
handleMouseMove
Method · 0.45
onMouseDown
Method · 0.45
setupOptionsPanel
Method · 0.45
initialiseModule
Method · 0.45
startUndo
Method · 0.45
startRedo
Method · 0.45
initialiseModule
Method · 0.45
reloadFonts
Method · 0.45
registerDeclFolder
Method · 0.45
runParsersForAllFolders
Method · 0.45
Calls
4
pop_front
Method · 0.80
clear
Method · 0.45
size
Method · 0.45
get
Method · 0.45
Tested by
1
setupOptionsPanel
Method · 0.36