MCPcopy Create free account
hub / github.com/Raais/ImStudio / ClearIniSettings

Method ClearIniSettings

src/third-party/imgui/imgui.cpp:11576–11583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11574}
11575
11576void ImGui::ClearIniSettings()
11577{
11578 ImGuiContext& g = *GImGui;
11579 g.SettingsIniData.clear();
11580 for (int handler_n = 0; handler_n < g.SettingsHandlers.Size; handler_n++)
11581 if (g.SettingsHandlers[handler_n].ClearAllFn)
11582 g.SettingsHandlers[handler_n].ClearAllFn(&g, &g.SettingsHandlers[handler_n]);
11583}
11584
11585void ImGui::LoadIniSettingsFromDisk(const char* ini_filename)
11586{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected