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

Class ImGuiTableInstanceData

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

Storage for one column of a table

Source from the content-addressed store, hash-verified

140struct ImGuiTable; // Storage for a table
141struct ImGuiTableColumn; // Storage for one column of a table
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

Callers 1

BeginTableExMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected