MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / TableSettingsCreate

Method TableSettingsCreate

plugins/Cardinal/src/DearImGui/imgui_tables.cpp:3155–3161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3153}
3154
3155ImGuiTableSettings* ImGui::TableSettingsCreate(ImGuiID id, int columns_count)
3156{
3157 ImGuiContext& g = *GImGui;
3158 ImGuiTableSettings* settings = g.SettingsTables.alloc_chunk(TableSettingsCalcChunkSize(columns_count));
3159 TableSettingsInit(settings, id, columns_count, columns_count);
3160 return settings;
3161}
3162
3163// Find existing settings
3164ImGuiTableSettings* ImGui::TableSettingsFindByID(ImGuiID id)

Callers

nothing calls this directly

Calls 2

TableSettingsInitFunction · 0.85

Tested by

no test coverage detected