Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ initialise
Method
initialise
Tools/LayoutEditor/UndoManager.cpp:20–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
void UndoManager::initialise(EditorWidgets* _ew)
21
{
22
mPosition = 0;
23
mLastProperty = PR_DEFAULT;
24
mEditorWidgets = _ew;
25
UndoManager::getInstance().addValue();
26
setUnsaved(false);
27
}
28
29
void UndoManager::shutdown()
30
{
Callers
nothing calls this directly
Calls
1
addValue
Method · 0.80
Tested by
no test coverage detected