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

Method commandUndo

Tools/LayoutEditor/UndoManager.cpp:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 void UndoManager::commandUndo(const MyGUI::UString& _commandName, bool& _result)
94 {
95 undo();
96 WidgetSelectorManager::getInstance().setSelectedWidget(nullptr);
97
98 _result = true;
99 }
100
101 void UndoManager::commandRedo(const MyGUI::UString& _commandName, bool& _result)
102 {

Callers

nothing calls this directly

Calls 1

setSelectedWidgetMethod · 0.80

Tested by

no test coverage detected