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

Method TableFindByID

tutorials/common/imgui/imgui_tables.cpp:298–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298ImGuiTable* ImGui::TableFindByID(ImGuiID id)
299{
300 ImGuiContext& g = *GImGui;
301 return g.Tables.GetByKey(id);
302}
303
304// Read about "TABLE SIZING" at the top of this file.
305bool ImGui::BeginTable(const char* str_id, int columns_count, ImGuiTableFlags flags, const ImVec2& outer_size, float inner_width)

Callers

nothing calls this directly

Calls 1

GetByKeyMethod · 0.80

Tested by

no test coverage detected