MCPcopy Create free account
hub / github.com/RenderKit/embree / ImGuiTableSettings

Class ImGuiTableSettings

tutorials/common/imgui/imgui_internal.h:144–144  ·  view source on GitHub ↗

Temporary storage for one table (one per table in the stack), shared between tables.

Source from the content-addressed store, hash-verified

142struct ImGuiTableInstanceData; // Storage for one instance of a same table
143struct ImGuiTableTempData; // Temporary storage for one table (one per table in the stack), shared between tables.
144struct ImGuiTableSettings; // Storage for a table .ini settings
145struct ImGuiTableColumnsSettings; // Storage for a column .ini settings
146struct ImGuiWindow; // Storage for one window
147struct 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)

Callers 1

TableSettingsInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected