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

Method createScene

UnitTests/UnitTest_ItemBox_Info/DemoKeeper.cpp:145–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144
145 void DemoKeeper::createScene()
146 {
147 base::BaseDemoManager::createScene();
148 //const MyGUI::VectorWidgetPtr& root = MyGUI::LayoutManager::getInstance().loadLayout("HelpPanel.layout");
149 //root.at(0)->findWidget("Text")->castType<MyGUI::TextBox>()->setCaption("This demo shows different events used in ItemBox. You can drag and drop items from one ItemBox to another.\nFor more colourfull ItemBox see Demo_ItemBox.");
150
151 init();
152 }
153
154 void DemoKeeper::destroyScene()
155 {

Callers

nothing calls this directly

Calls 1

initFunction · 0.85

Tested by

no test coverage detected