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

Method initialise

Tools/EditorFramework/DataManager.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 void DataManager::initialise()
39 {
40 mRoot = Data::CreateInstance();
41 mRoot->setType(DataTypeManager::getInstance().getType("Root"));
42 }
43
44 void DataManager::shutdown()
45 {

Callers

nothing calls this directly

Calls 2

setTypeMethod · 0.45
getTypeMethod · 0.45

Tested by

no test coverage detected