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

Method SaveGraph

UnitTests/UnitTest_GraphView/DemoKeeper.cpp:187–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 }
186
187 void DemoKeeper::SaveGraph()
188 {
189 mFileDialogSave = true;
190 mFileDialog->setDialogInfo("Save as ...", "Save");
191 mFileDialog->doModal();
192 }
193
194 void DemoKeeper::LoadGraph()
195 {

Callers

nothing calls this directly

Calls 2

setDialogInfoMethod · 0.45
doModalMethod · 0.45

Tested by

no test coverage detected