MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / TableFindByID

Method TableFindByID

extern/imgui/imgui_tables.cpp:297–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297ImGuiTable* ImGui::TableFindByID(ImGuiID id)
298{
299 ImGuiContext& g = *GImGui;
300 return g.Tables.GetByKey(id);
301}
302
303// Read about "TABLE SIZING" at the top of this file.
304bool 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