MCPcopy Create free account
hub / github.com/MyGUI/mygui / redo

Method redo

Tools/LayoutEditor/UndoManager.cpp:50–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 void UndoManager::redo()
51 {
52 if (mPosition == 0)
53 return;
54
55 setUnsaved(true);
56
57 mPosition--;
58 mEditorWidgets->clear();
59 mEditorWidgets->loadxmlDocument(mOperations[mPosition]);
60 }
61
62 void UndoManager::addValue(int _property)
63 {

Callers

nothing calls this directly

Calls 2

loadxmlDocumentMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected