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

Method LoadGraph

UnitTests/UnitTest_GraphView/DemoKeeper.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 void DemoKeeper::LoadGraph()
195 {
196 mFileDialogSave = false;
197 mFileDialog->setDialogInfo("Load", "Load");
198 mFileDialog->doModal();
199 }
200
201 void DemoKeeper::notifyInvalidateNode(BaseAnimationNode* _sender)
202 {

Callers

nothing calls this directly

Calls 2

setDialogInfoMethod · 0.45
doModalMethod · 0.45

Tested by

no test coverage detected