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

Method undoAction

UnitTests/TestApp/ActionCreateData.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void ActionCreateData::undoAction()
40 {
41 DataManager::getInstance().getRoot()->removeChild(mData);
42 DataManager::getInstance().invalidateDatas();
43
44 mComplete = false;
45 }
46
47 void ActionCreateData::setName(std::string_view _value)
48 {

Callers

nothing calls this directly

Calls 3

invalidateDatasMethod · 0.80
removeChildMethod · 0.45
getRootMethod · 0.45

Tested by

no test coverage detected