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

Method initialise

UnitTests/TestApp/DataManager.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 void DataManager::initialise()
38 {
39 mRoot = new Data();
40 mRoot->setType(DataInfoManager::getInstance().getData("Root"));
41 }
42
43 void DataManager::shutdown()
44 {

Callers 1

createSceneMethod · 0.45

Calls 2

setTypeMethod · 0.45
getDataMethod · 0.45

Tested by

no test coverage detected