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

Method doAction

UnitTests/TestApp/ActionDestroyData.cpp:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 void ActionDestroyData::doAction()
28 {
29 DataManager::getInstance().getRoot()->removeChild(mData);
30
31 DataManager::getInstance().invalidateDatas();
32
33 mComplete = true;
34 }
35
36 void ActionDestroyData::undoAction()
37 {

Callers

nothing calls this directly

Calls 3

invalidateDatasMethod · 0.80
removeChildMethod · 0.45
getRootMethod · 0.45

Tested by

no test coverage detected