Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createScene
Method · 0.45
Calls
2
setType
Method · 0.45
getData
Method · 0.45
Tested by
no test coverage detected