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

Function ExportGui_ExportTest

Wrappers/MyGUI_Export/ExportGui.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 MYGUIEXPORT void MYGUICALL ExportGui_ExportTest()
50 {
51 MyGUI::xml::Document* doc = new MyGUI::xml::Document();
52 doc->createDeclaration();
53 doc->save(MyGUI::UString("MyGUI_ExportTest.xml"));
54 delete doc;
55 }
56
57 MYGUIEXPORT void MYGUICALL ExportGui_DestroyWidget( MyGUI::Widget* _widget )
58 {

Callers 1

ExportTestMethod · 0.85

Calls 3

UStringFunction · 0.85
createDeclarationMethod · 0.80
saveMethod · 0.45

Tested by

no test coverage detected