MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / DoSave

Method DoSave

TheForceEngine/TFE_Ui/imGUI/imgui_demo.cpp:8600–8600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8598 void DoOpen() { Open = true; }
8599 void DoForceClose() { Open = false; Dirty = false; }
8600 void DoSave() { Dirty = false; }
8601};
8602
8603struct ExampleAppDocuments

Callers 3

DisplayDocContentsMethod · 0.80
DisplayDocContextMenuMethod · 0.80
ShowExampleAppDocumentsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected