MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / ImGuiTableSettings

Class ImGuiTableSettings

KBotExt/imgui/imgui_internal.h:154–154  ·  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

152struct ImGuiTableInstanceData; // Storage for one instance of a same table
153struct ImGuiTableTempData; // Temporary storage for one table (one per table in the stack), shared between tables.
154struct ImGuiTableSettings; // Storage for a table .ini settings
155struct ImGuiTableColumnsSettings; // Storage for a column .ini settings
156struct ImGuiWindow; // Storage for one window
157struct 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