MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / ImGuiWindow

Class ImGuiWindow

extern/imgui/imgui_internal.h:149–149  ·  view source on GitHub ↗

Storage for a column .ini settings

Source from the content-addressed store, hash-verified

147struct ImGuiTableSettings; // Storage for a table .ini settings
148struct ImGuiTableColumnsSettings; // Storage for a column .ini settings
149struct ImGuiWindow; // Storage for one window
150struct ImGuiWindowTempData; // Temporary storage for one window (that's the data which in theory we could ditch at the end of the frame, in practice we currently keep it for each window)
151struct ImGuiWindowSettings; // Storage for a window .ini settings (we keep one of those even if the actual window wasn't instanced during this session)
152

Callers 1

imgui_internal.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected