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

Method undoAction

Tools/EditorFramework/ActionDestroyData.cpp:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 void ActionDestroyData::undoAction()
29 {
30 mParent->insertChild(mIndex, mData);
31
32 DataSelectorManager::getInstance().changeParent(mParent);
33
34 PropertyUtility::restoreUniqueNameProperty(mOldValues);
35 }
36
37 void ActionDestroyData::setData(DataPtr _data)
38 {

Callers

nothing calls this directly

Calls 2

insertChildMethod · 0.80
changeParentMethod · 0.80

Tested by

no test coverage detected