MCPcopy Create free account
hub / github.com/antopilo/Nuake / Deserialize

Method Deserialize

Editor/Source/Editor/Windows/WelcomeWindow.cpp:66–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 bool ProjectPreview::Deserialize(const json& j)
67 {
68 if (!j.contains("Path"))
69 return false;
70
71 Path = j["Path"];
72 ReadProjectFile();
73 return true;
74 }
75
76 WelcomeWindow::WelcomeWindow(Nuake::EditorInterface* editor) : _Editor(editor)
77 {

Callers 9

OnInitMethod · 0.45
DrawFileMethod · 0.45
LoadQueuedProjectMethod · 0.45
ParseRecentFileMethod · 0.45
OpenSceneWindowMethod · 0.45
OpenProjectFunction · 0.45
OpenSceneFunction · 0.45
LoadProjectMethod · 0.45
DrawFileMethod · 0.45

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected